TO-DO LIST is a basic website that allows users to add/remove task from a to-do list.
- Learning objectives
- Use webpack to bundle JavaScript.
- Learn how to use proper ES6 syntax.
- Use ES6 modules to write modular JavaScript.
- HTML, CSS, JavaScript, GIT,
- Technologies used: GitHub, VScode, nodejs, webpack, lodash.
To get a local copy up and running follow these simple example steps.
- A device that support running browser applications.
- access to internet connection.
- If you just want to check the webpage/webapp, you have it available on the live demo link.
In order to install a local version of this project and please do the following steps:
- Install the latest version of any code editor.
- install the latest version of GIT.
- open your terminal
- Go to the repository and clone it with
git clone git@github.com:ForHemer/To-Do-List.git
. - open the repository cloned with
cd To-Do-List
- if your code editor is VsCode type
code .
- To build it
npm run build
- To test it
npm run test
- and enjoy!
👤 Hemerson Foreste
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.