Todo list app built with React, TypeScript and Firebase
Design comparison
Solution retrospective
Decided to take this up a notch and build it as full stack app, with Firebase powering the backend. Specifically, Cloud Firestore service was used to to create the database. With the goal of making the to-do list more personalized for each user:
-
Authentication was first implemented for security purposes and also to get the
id
of each user - which will later be used to create the user's database with Cloud Firestore. This was implemented with Firebase auth service. -
Cloud Firestore was used to create a database for each user.
I wrote about the whole process of implementing the CRUD functionalities here
Your feedback will be appreciated on this.
Community feedback
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord