https://github.com/sakilk130/react-firebase-todo-app
https://github.com/sakilk130/react-firebase-todo-app
firebase-database react react-firebase todoapp todolist
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sakilk130/react-firebase-todo-app
- Owner: sakilk130
- Created: 2020-10-13T19:25:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-16T18:48:51.000Z (over 5 years ago)
- Last Synced: 2025-06-05T16:46:45.398Z (about 1 year ago)
- Topics: firebase-database, react, react-firebase, todoapp, todolist
- Language: JavaScript
- Homepage: https://react-firebase-todo-app-d37d1.web.app/
- Size: 220 KB
- Stars: 3
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React with Firebase🔥 Todo App
This is a sample react todo app.
Live Demo [here](https://react-firebase-todo-app-d37d1.web.app/).
## Instructions
First clone this repository.
```bash
$ git clone https://github.com/sakilk130/react-firebase-todo-app.git
```
Install dependencies. Make sure you already have [`nodejs`](https://nodejs.org/en/) & [`npm`](https://www.npmjs.com/) installed in your system.
```bash
$ npm install # or yarn
```
Run it
```bash
$ npm start # or yarn start
```
## Built with
- Reactjs
- React Hooks
- Firebase (database)
- With Full Crud Functionality (insert, update,delete, read)
- Material-UI for design