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
- Host: GitHub
- URL: https://github.com/marcossic/angular-calculator
- Owner: MarcossIC
- Created: 2023-10-05T01:45:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-01T04:27:02.000Z (over 2 years ago)
- Last Synced: 2025-01-22T08:15:01.162Z (over 1 year ago)
- Topics: angular, html, tailwind
- Language: TypeScript
- Homepage:
- Size: 202 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.