In this project, I set up my To-Do List web page. My goal was add functionalities like create, display, drag/drop, refresh index and completed status, remove and add a task in my task list.
- HTML, CSS, JS and Webpack.
To get a local copy up and running follow these simple steps:
- Go to the repository page.
- Press the "Code" button and copy the link.
- Clone it using git command
git clone <link>
. - Run
npm install
to install the packages and dependencies.
To run the tests:
- Run
npm test
on a Terminal.
- Use webpack to bundle JavaScript.
- Learn how to use proper ES6 syntax.
- Use ES6 modules to write modular JavaScript.
👤 ArthurGC
- GitHub: @ArthurGC
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
This project is MIT licensed.