A to-do list app built using Web APIs and webpack to bundle modules. Here one can create a project, task and set the timing of it along with the description and notes.
- Javascript
- Webpack
- CSS Bootstrap
Click on the link below for accessing the deployed website.
To get a local copy up and running follow these simple example steps.
- A browser
- Node js (optional)
All code below are for a terminal.
- Clone repository:
$ git clone https://github.com/Deepakdanger/To-do-list.git
- Change directory inside project
cd To-do-list
- In your terminal, run
npm install
- After changes, run webpack to build production code.
npm run build
- You can now open the
index.html
file indist folder
in any browser.
Include this in scripts of package.json.
"test": "jest"
Run the test.
npm run test
👤 Deepak Kumar
- GitHub: @Deepak
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Hat tip to anyone whose code was used
- Inspiration
- etc
This project is MIT licensed.