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. I will build a simple website that allows for doing that, and I will do it using ES6 and Webpack!
- HTML
- CSS
- Javascript
- Adding a new item
- Removing a selected item
- Marking a selected item as complete
- Removing all items marked as complete at once.
To get a local copy up and running, follow these steps.
In order to run this project you need:
- a browser
- git
- nodejs
Clone this repository to your desired folder:
cd my-folder
git clone git@github.com:forLoop94/To-do-list.git
npm installTo run the project, execute the following command:
Open index.html in browser
or
open with Live server in VscodeTo run tests, run the following command:
npx stylelint "**/*.{css,scss}"
npx hint .
npx eslint .👤 Charles Andrews
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
- Reordering a selected item (as drag-and-drop)
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project give me a follow and/or a star
- Yordi and Jemba - my coding partners
This project is MIT licensed.