Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/karayamanemre/to-do-list
A minimal "To-do list" app that helps to organize your day. It simply creates a list of the tasks you have to complete along with the option to check them off. Built with JavaScript and Webpack.
https://github.com/karayamanemre/to-do-list
css es6 html javascript localstorage webpack
Last synced: 3 days ago
JSON representation
A minimal "To-do list" app that helps to organize your day. It simply creates a list of the tasks you have to complete along with the option to check them off. Built with JavaScript and Webpack.
- Host: GitHub
- URL: https://github.com/karayamanemre/to-do-list
- Owner: karayamanemre
- License: mit
- Created: 2022-09-27T09:13:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-25T17:01:29.000Z (almost 2 years ago)
- Last Synced: 2025-01-03T03:53:05.246Z (about 1 month ago)
- Topics: css, es6, html, javascript, localstorage, webpack
- Language: JavaScript
- Homepage: https://karayamanemre.github.io/to-do-list/dist/
- Size: 320 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# ToDo List
> A minimal "To-do list" app that helps to organize your day. It simply creates a list of the tasks you have to complete along with the option to check them off. Inspired by the minimalist website. That website is already offline but you can still play with thanks to [web.archive.org](https://web.archive.org/web/20180320194056/http://www.getminimalist.com:80/).
## Built With
- HTML
- CSS
- JavaScript
- Webpack## Live Demo
[To-Do List](https://karayamanemre.github.io/to-do-list/dist/)
## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
- Please install git and the code editor of your choice on your computer.
### Setup
- To clone my repository run this command `git clone https://github.com/karayamanemre/to-do-list.git`
- Run npm install to install the dependencies.
- Open the dist/index.html file with a browser.## Authors
👤 **Emre Karayaman**
- GitHub: [@karayamanemre](https://github.com/karayamanemre)
- Twitter: [@KarayamanEmre](https://twitter.com/KarayamanEmre)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/emre-karayaman-a7b45b243/)## 🤝 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!
## Acknowledgments
- Inspired by the [minimalist](https://web.archive.org/web/20180320194056/http://www.getminimalist.com:80/) website.
## 📝 License
This project is [MIT](./LICENSE.md) licensed.