Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iam-abin/todo-list-reactjs
To do applicatin using React Js.
https://github.com/iam-abin/todo-list-reactjs
reactjs todoapp todolist-application
Last synced: about 4 hours ago
JSON representation
To do applicatin using React Js.
- Host: GitHub
- URL: https://github.com/iam-abin/todo-list-reactjs
- Owner: iam-abin
- Created: 2023-07-03T13:13:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-05T02:08:07.000Z (12 days ago)
- Last Synced: 2024-11-05T03:18:39.017Z (12 days ago)
- Topics: reactjs, todoapp, todolist-application
- Language: JavaScript
- Homepage:
- Size: 180 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TODO APP
## Installation
1. Clone the repository
```
git clone https://github.com/iam-abin/todo-list-reactjs.git
```2. Navigate to the project directory
```
cd todo-list-reactjs
```3. Install the dependencies
```
npm install
```4. Start the application
```
npm start
```