https://github.com/mwapsam/todo-react
https://github.com/mwapsam/todo-react
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mwapsam/todo-react
- Owner: Mwapsam
- Created: 2022-02-18T19:55:14.000Z (over 4 years ago)
- Default Branch: complete-app
- Last Pushed: 2022-02-18T20:10:34.000Z (over 4 years ago)
- Last Synced: 2025-12-09T02:39:53.072Z (6 months ago)
- Language: JavaScript
- Size: 315 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Todo List App
This is my to-do list website built with React JS. It is used to list the programs to be done in a day.
## Built With
- ReactJS
- Webpack
- CSS
- Modular JavaScript (with modern ES6 syntax)
## Live Demo
[Live Demo Link](https://todo-react11.herokuapp.com/)
## Getting Started
**Setup**
git clone https://github.com/Mwapsam/Todo-react.git
Execute the following commands on your terminal
```
npm install
npm start
```
### Prerequisites
You need to have NODE.JS set up on your local machine.
### Deployment
Execute the following commands on your terminal
```
npm run build
npm run deploy
```
It will open your browser with the project homepage
👤 ## Author
- GitHub: [@Mwapsam](https://github.com/Mwapsam)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## 📝 License
This project is [MIT](./MIT.md) licensed.