This is a to do list application that allows you to add your tasks. Along with that, you can also remove your tasks one by one and all of them together.
The application is hosted on the firebase and you can view it here: https://ng-todo-820f1.firebaseapp.com/
- Add a task
- Delete a task
- Clear all tasks
I have used the Firebase to save and fetch all the data.
A user can add any number of the tasks in the list and they can also delete them.
- Angular 7
- HTML5/CSS3
- Firebase
You can make/suggest enhancements of your own. You can send a pull request and it will be reviewed and merged. I will also add your name and Twitter/LinkedIn handle.
This was my first project with the Angular. This project taught me about Angular
, TypeScript
and Firebase
.