An open API service indexing awesome lists of open source software.

https://github.com/marcossic/angular-calculator

Calculator made in Angular+TypeScript+Tailwind practice project
https://github.com/marcossic/angular-calculator

angular html tailwind

Last synced: about 2 months ago
JSON representation

Calculator made in Angular+TypeScript+Tailwind practice project

Awesome Lists containing this project

README

          

# Angular Calculator

## :sparkles: Introduction
This project was carried out with the purpose of putting into practice what I learned by researching and reading about Angular and the intention of putting my knowledge in type script to the test.
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.1.4.

## 🛠 Stack
The project was developed in Angular 16 with the technologies of:



## ℹ️ Development server
In order to deploy a local version of the project you must:
- Download the project from github
- Run `npm install` at the root of the project
- Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`.
The application will automatically reload if you change any of the source files.

## ℹ️ Build
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory.

## :muscle: Project Status
The project helped me put into practice and better understand the concepts of Angular, but I don't think I will continue developing it because I already liked the result I got with the calculator.