https://github.com/owusu-desmond/to-do-list
"To-do list" is a tool that helps to organize your day. It simply lists the things that you need to do and allows you to mark them as complete.
https://github.com/owusu-desmond/to-do-list
bootstrap5 es6-modules javascript lodash webpack
Last synced: about 1 year ago
JSON representation
"To-do list" is a tool that helps to organize your day. It simply lists the things that you need to do and allows you to mark them as complete.
- Host: GitHub
- URL: https://github.com/owusu-desmond/to-do-list
- Owner: Owusu-Desmond
- License: mit
- Created: 2022-07-04T21:53:46.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-14T12:27:02.000Z (about 4 years ago)
- Last Synced: 2024-05-28T20:08:47.553Z (about 2 years ago)
- Topics: bootstrap5, es6-modules, javascript, lodash, webpack
- Language: JavaScript
- Homepage: https://owusu-desmond.github.io/To-do list/
- Size: 486 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# To-do-list
"To-do list" is a tool that helps to organize your day. It simply lists the things that you need to do and allows you to mark them as complete.
## Setup
If you installed git you can clone the code to your machine, or download a ZIP of all the files directly.
[Download the ZIP from this location](https://github.com/Owusu-Desmond/To-do-list/archive/refs/heads/main.zip), or run the following [git](https://git-scm.com/downloads) command to clone the files to your machine:
- Once the files are on your machine, open the _To-do-list_ folder in [Visual Studio Code](https://code.visualstudio.com/), and follow the steps in Installation & Set Up
## 🛠 Installation & Set Up
1. Install Node Modules
```sh
npm install
```
2. Start the development server
````sh
npm start
3. Open [http://localhost:8080](http://localhost:8080) to view it in the browser.
## 🚀 Building and Running for Production
1. Generate a full static production build
```sh
npm run build
## Live Demo Link
Access the the online version of my application with this link
[Live Demo](https://owusu-desmond.github.io/To-do-list/)
## Build With
- Editor : Visual studio code
- Languages
- [ ] HTML
- [ ] CSS
- [ ] JavaScript
- Terminologies used
- [ ] Linters
- [ ] LocalStorage
- [ ] Github workflow
- [ ] Webpack
## Author
👤 **Desmond Owusu Ansah**
- Github [@Owusu-Desmond](https://github.com/Owusu-Desmond)
- Twitter [@DesmondOwusuDev](https://twitter.com/DesmondOwusuDev)
- LinkedIn [@desmond-owusu-ansah](https://www.linkedin.com/in/desmond-owusu-ansah-09274a223/)
- Dev.to [desmondowusudev](https://dev.to/desmondowusudev)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Owusu-Desmond/To-do-list/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Hat tip to anyone whose code was used
- Inspiration
- etc
## 📝 License
This project is [MIT](./LICENSE) licensed.