Skip to content

To-Do app in React and Tailwind for CRUD funtionality using firebase as a backend

License

Notifications You must be signed in to change notification settings

Trident09/what-to-do

Repository files navigation

what-to-do

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.

How to run

  1. Clone the repo
  2. Run npm install
  3. Create a firebase project and add the config variables to a .env file in the root directory of the project
       REACT_APP_API_KEY=
       REACT_APP_AUTHDOMAIN=
       REACT_APP_PROJECT_ID=
       REACT_APP_STORAGE_BUCKET=
       REACT_APP_MESSAGING_SENDER_ID=
       REACT_APP_APP_ID=
  4. Run npm start
  5. Enjoy!

Docs

License

MIT

About

To-Do app in React and Tailwind for CRUD funtionality using firebase as a backend

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published