Giter Site home page Giter Site logo

denilson-semedo / calculatorneo Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 303 KB

🧮 An calculator app that do the basics operations, addition, subtraction, multiplication and division.

CSS 11.77% HTML 23.81% JavaScript 9.18% TypeScript 55.24%
angular data-binding two-way property-binding neomorphism

calculatorneo's Introduction

CalculadoraFinal

image

The aplication

An calculator app that do the basics operations, addition, subtraction, multiplication and division.

This project as made with angular, which is a Typescript-based open-source web application development framework. Most used for build an SPA(Single page application). For this project i was exploring a data binding property.

Angular two-way data binding & property binding

Two-way data binding: Two-way binding is a mechanism where data flows both ways from the component to the view and back. The component and view are always in sync, and changes made on either end are immediately updated both ways. Two-way binding is commonly used when dealing with forms where the user input is used to update the component’s state and vice versa. It is the exact opposite of property binding, where the data goes from the component to the view. An example of this type of data binding can be described using the example below:

src\app\app.component.html

image

src\app\app.component.ts

image

Property binding: Property binding is a one-way mechanism that lets you set the property of a view element. It involves updating the value of a property in the component and binding it to an element in the view template. Property binding uses the [] syntax for data binding.

src\app\app.component.html

image

Neomorphism CSS style

Neumorphism (aka neomorphism) is a relatively new design trend and a term that’s gotten a good amount of buzz lately. It’s aesthetic is marked by minimal and real-looking UI that’s sort of a new take on skeuomorphism — hence the name.

src\app\app.component.css

image

This project was generated and build with Angular CLI version 13.2.6.

calculatorneo's People

Contributors

denilson-semedo avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.