[To Do List(with webpack)] is a simple to do list application with add, remove and read functionalities
- HTML
- CSS
- JavaScript
- Web pack
- uses local storage
To get a local copy up and running, follow these steps.
In order to run this project you need:
- install node
Clone this repository to your desired folder:
cd desired-folder
git clone https://github.com/yuvenalmash/ToDoList.git
Install this project with:
cd ToDoList
npm install
npm run build
To run the project, execute the following command:
npm run server
- open 'localhost:3000' to view the project in your browser
To run tests, run the following command:
npm test
👤 Yuvenal Njoroge
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
- add functionality to 'clear all copleted' button
- add functionality to the checkbox
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
I would like to thank microverse for the inspiration
-
What is webpack?
-
How to setup webpack
This project is MIT licensed.