Implementation of the To-Do list project from The Odin Project curriculum
The goal of this project was to create a functional To-Do page using various techniques including localStorage, webpack, modules, and factory functions.
- Vanilla JS
- HTML5
- CSS3
To-Do List ☑️
-
Clone the repository:
git clone https://github.com/gavinslim/todo-list.git
-
Inside the cloned repo, install the required dependencies:
npm install
-
Initiate live demo:
npm run start
-
Produce the distribution files:
npm run build