https://github.com/sdthaker/reactjs-todo-app
https://github.com/sdthaker/reactjs-todo-app
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sdthaker/reactjs-todo-app
- Owner: sdthaker
- Created: 2021-12-29T14:57:42.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-29T15:55:30.000Z (over 4 years ago)
- Last Synced: 2025-07-02T08:43:48.827Z (about 1 year ago)
- Language: JavaScript
- Size: 1.23 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## [ReactJS Todo App](https://sdthaker.github.io/reactJS-todo-app/)
The code is available in the `src` folder. In there, you’ll see two folders named `classBased` and `functionBased` holding the class component and function component code respectively.
### Demo

### Clone the project
You can download or clone this project by running this command from your terminal:
```
git clone https://github.com/sdthaker/reactJS-todo-app
```
This will create a directory in the name of the project folder.
Once you have the project files and folders bootstrapped, open it with your text editor.
Next, switch inside the project directory and run:
```
npm install
```
This will install all the necessary dependencies in the local `node_modules` folder.
Finally, start your development server by running:
```
npm start
```
You should see the app in your browser address bar at [http://localhost:3000](http://localhost:3000)