https://github.com/cmolinan/to-do-list-project
"To-Do List" is a minimalist website that helps organize your day. It simply lists the things you need to do and allows you to mark them as complete. It was built primarily with JavaScript, ES6, and Webpack. Also, includes testing with Jest.
https://github.com/cmolinan/to-do-list-project
es6 javascript jest-testing webpack
Last synced: 5 months ago
JSON representation
"To-Do List" is a minimalist website that helps organize your day. It simply lists the things you need to do and allows you to mark them as complete. It was built primarily with JavaScript, ES6, and Webpack. Also, includes testing with Jest.
- Host: GitHub
- URL: https://github.com/cmolinan/to-do-list-project
- Owner: cmolinan
- Created: 2022-08-09T18:15:17.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-15T15:41:38.000Z (almost 4 years ago)
- Last Synced: 2025-02-13T18:19:26.211Z (over 1 year ago)
- Topics: es6, javascript, jest-testing, webpack
- Language: JavaScript
- Homepage: https://cmolinan.github.io/To-Do-List/
- Size: 719 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# To Do List project (with Webpack): Interactive List
> It's a new milestone to build a simple HTML list of To Do tasks.
## Live Demo
https://cmolinan.github.io/To-Do-List/
## Built With
- HTML / CSS
- JavaScript: objects, classes and modules with ES6 syntax
- Webpack
## Getting Started
- To get a local copy up, clone the repo like this:
git clone git@github.com:cmolinan/to-do-list.git
- Install the dependencies using `npm install` and then run the project from the root of the folder using this command `npm run start`
## Author
- Carlos Molina
GitHub: https://github.com/cmolinan
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- This webpage is based on a Microverse exercise
## 📝 License
This project is [MIT](./MIT.md) licensed.