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

https://github.com/taiseen/todo_app


https://github.com/taiseen/todo_app

bootstrap html local-storage react react-router reactjs

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

15 May 2021

17 Feb 2022 ==> Footer Fixed

# ToDo - React App <|> [Live Link](https://todo-react-app-learn.netlify.app/)

## Concept Implementation

* Parent Child Component
* Object Destructuring
* Implement -> useState & useEffect with dependency
* React input form
* User LocalStorage
* Bootstrap 5

> after `cloning` this project, 1st thing to do is - open terminal inside that folder & run this `command`

```
npm install
```
> after complete downloading `node_modules`, then run this `command`

```
npm start
```