Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/trident09/what-to-do

To-Do app in React and Tailwind for CRUD funtionality using firebase as a backend
https://github.com/trident09/what-to-do

crud firebase react to-do

Last synced: 7 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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
``` cmd
REACT_APP_API_KEY=
REACT_APP_AUTHDOMAIN=
REACT_APP_PROJECT_ID=
REACT_APP_STORAGE_BUCKET=
REACT_APP_MESSAGING_SENDER_ID=
REACT_APP_APP_ID=
```
5. Run `npm start`
6. Enjoy!

## Docs
- [Firebase](https://firebase.google.com/docs)
- [Tailwind](https://tailwindcss.com/docs)
- [React](https://reactjs.org/docs/getting-started.html)

## License
[MIT](https://choosealicense.com/licenses/mit/)