A To-do App created with React and Firebase
This is a to-do List App created in ReactJS with the data stored in Firebase Firestore database. Furthermore, the hosting was also done in Firebase. For the icons of this project, I made use of Material UI component library.
This app was built in an attempt to develop my React skills particular working with the Firebase app development platform. While building this app, I created a firestore database for storing the entries of each To-do List while also retrieving the live data. Furthermore, I implemented a delete functionality to remove any entry on our To-do List.