https://github.com/suraj-encoding/angular-todo
My First Angular Application. It maintains my Todo List
https://github.com/suraj-encoding/angular-todo
angular todolist
Last synced: 6 months ago
JSON representation
My First Angular Application. It maintains my Todo List
- Host: GitHub
- URL: https://github.com/suraj-encoding/angular-todo
- Owner: Suraj-Encoding
- Created: 2023-02-25T16:26:32.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-26T02:26:05.000Z (almost 3 years ago)
- Last Synced: 2025-04-02T01:52:02.211Z (10 months ago)
- Topics: angular, todolist
- Language: TypeScript
- Homepage: https://mytoodo.web.app/
- Size: 1.19 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# πΈοΈ My First Angular Application πΈοΈ
## Site is Live on : π
https://mytoodo.web.app/
## About Angular :
- Popular Frontend Framework of JavaScript
- It is maintained by Google
- Angular means Angular.Js
- Used to design Single Page Applications (SPA)
- Website having only one web page
- Website is divided into components
- Which increase the maintainability of your website
- Example - Youtube and Gmail are Angular Applications
- In SPA when we go from one page to another page, website never reload..
- Angular is very fast
- Follows DRY Principle
- Angular is complete TypeScript -> It is based on TypeScript
- TypeScript is super-set of JavaScript
- TypeScript is a programming Language with extention '.ts'
- Alternative of Angular:
- React i.e React.Js -> (By Facebook)
- Veu i.e Veu.Js
- These are also Javascript Frameworks
## Learn more about angular: π
https://angular.io/docs
## Important Scripts:
### `npm install -g @angular/cli `
Install angular in your computer globally
### `ng new app-name`
Generates basic code of angular for you
### `ng serve`
Runs the app in the development mode.\
On http://localhost:4200
The page will reload when you make changes.\
You may also see any lint errors in the console.
### `ng build `
Builds the app for production to the `dist` folder.\
It correctly bundles Angular in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!
It convert angular website to static website