Description the project. "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. You will build a simple website that allows for doing that, and you will do it using ES6 and Webpack!
- HTML
- CSS
- JavaScript
- Webpack
- Linter
To get a local copy up and running follow these simple steps:
- Open your terminal and navigate to the folder you would like to put these files.
- Type these commands into the terminal:
- git clone https://github.com/emyrue/todo.git
- cd todo
- open dist/index.html
To run tests follow these steps:
- Open your terminal and navigate to the todo directory.
- Type these commands into your terminal:
- npm install --save-dev jest
- npm run test
👤 Author1
- GitHub: @emyrue
- Twitter: @EmyrueRobertson
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Hat tip to anyone whose code was used
- Inspiration
- etc
This project is MIT licensed.