This is a task management app built with Javascript and webpack. The user can create projects, Todos and delete todos
- Javascript
- CSS
- Webpack
You can check the live version in this link
To get a local copy up and running follow these simple example steps. On your terminal, run
git clone git@github.com:Nasa28/Todo_list.git
-
cd into the project
-
open the project using code editor of your choice
-
cd into
dist
and -
Open the
index.html
file with your browser.
To run the test suites, you need to follow the steps below:
- run
npm install --save-dev jest
to installjest
dependency, then - run
npm test
to run all tests.
👨💻 Kalu Chinasa Agu
- Github: @Nasa28
- Twitter: @Ultimate_Nasa
- LinkedIn: LinkedIn
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.