An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

![](https://img.shields.io/badge/Microverse-blueviolet)

# 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.