This is a basic TO-DO application built using React and Tailwind. It uses firebase(firestore database) as a backend to store the data. This program uses the CRUD operations to create, read, update and delete the todos in the database.
- Clone the repo
- Run
npm install
- Create a firebase project and add the config variables to a
.env
file in the root directory of the projectREACT_APP_API_KEY= REACT_APP_AUTHDOMAIN= REACT_APP_PROJECT_ID= REACT_APP_STORAGE_BUCKET= REACT_APP_MESSAGING_SENDER_ID= REACT_APP_APP_ID=
- Run
npm start
- Enjoy!