Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 874 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 874 Bytes

todoListe

userinterface

A simple and beautiful CRUD App built using Reactjs and Firebase SDK V9. Create new todo's and view them on the app. Also, update the status of the todo and also delete them.

Features

  • Create a task
  • Mark as completed
  • Delete a task
  • Data saved through local storage

Available Scripts

In the project directory, you can run: yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

This app is deployed using firebase here.

Future Changes

Need to fix the update Todo Text feature and Pagination should be implemented.