https://github.com/abdallahabusidu/todo_list
https://github.com/abdallahabusidu/todo_list
css html java js react
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/abdallahabusidu/todo_list
- Owner: abdallahabusidu
- Created: 2020-06-30T22:55:14.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-23T02:21:55.000Z (about 2 years ago)
- Last Synced: 2025-02-26T20:06:22.661Z (over 1 year ago)
- Topics: css, html, java, js, react
- Language: JavaScript
- Homepage:
- Size: 835 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
To do List
### Installation
1. **_Clone the repository_**
```sh
$ git clone https://github.com/abdallahabusedo/todo_list.git
```
2. **_Navigate to repository directory_**
```sh
$ cd todo_list
```
3. **_Install dependencies_**
```sh
$ npm i
```
### Running
1. **_Running on development mode_**
```sh
$ npm start
```
2. \***\*Build and generate minified version\*\***
```sh
npm run build
```

