This is a todo list app made with Angular CLI.
- Page Does Not reload on url change (Thanks to Angular Routing)
- All todos get saved on your local system this ensure the Privacy of your data.
- This app is completely secure and does not store any data on server.
- The app is live on todo-angular-app-1a618.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory.
After building the app one can serve this as a static website
To get more help on the Angular CLI use ng help
or go check out the Angular CLI Overview and Command Reference page.