The goal of the project was to make a Todo List app using classes and WebPack to group files.
- Vanilla JS
- HTML5
- CSS3
In order to setup and work on this project on your own, you will need to:
-
Clone this project:
git clone https://github.com/N3mEee/Todo-List.git -
Once you have cloned this project, you can install the required dependencies by using:
npm install -
A live demo of the project can be started by using:
npm start -
Distribution files can be produced using:
npm run build
- Soon...
Deployed on GitHub Pages