Skip to content

sabique/ng-ToDoList

Repository files navigation

Ng-ToDoList

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/

Screenshot

Functionality

  • Add a task
  • Delete a task
  • Clear all tasks

How it Works

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.

What I Used

  • Angular 7
  • HTML5/CSS3
  • Firebase

Can you contribute?

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.

What I learned

This was my first project with the Angular. This project taught me about Angular, TypeScript and Firebase.