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
- Host: GitHub
- URL: https://github.com/taiseen/todo_app
- Owner: taiseen
- Created: 2021-05-14T20:15:16.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-02-16T21:23:34.000Z (over 4 years ago)
- Last Synced: 2025-06-09T02:01:58.285Z (about 1 year ago)
- Topics: bootstrap, html, local-storage, react, react-router, reactjs
- Language: JavaScript
- Homepage: https://todo-react-app-learn.netlify.app/
- Size: 524 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```