Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/trident09/what-to-do
- Owner: Trident09
- License: mit
- Created: 2023-09-28T08:14:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-04T11:42:54.000Z (9 months ago)
- Last Synced: 2024-03-04T13:00:56.974Z (9 months ago)
- Topics: crud, firebase, react, to-do
- Language: JavaScript
- Homepage: https://what-to-do-sandy.vercel.app
- Size: 3.52 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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/)