https://github.com/jdeepd/doit
A ReactJS Todo app.
https://github.com/jdeepd/doit
Last synced: 3 days ago
JSON representation
A ReactJS Todo app.
- Host: GitHub
- URL: https://github.com/jdeepd/doit
- Owner: JDeepD
- License: mit
- Created: 2022-09-03T06:16:17.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-14T06:14:54.000Z (over 2 years ago)
- Last Synced: 2025-02-28T14:45:13.540Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://doit.jdeep.tech/
- Size: 1.29 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A Basic Todo App created using ReactJS.
Tech Stack:
## Try on local machine:
1. Clone this repository
```
git clone git@github.com:JDeepD/Todo-App.git
```
2. cd into the repository
3. Install dependencies from `package.json`
```
npm install
```
4. Run the app
```
npm run start
```