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

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

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