Skip to content

Latest commit

 

History

History
80 lines (57 loc) · 1.62 KB

README.md

File metadata and controls

80 lines (57 loc) · 1.62 KB

TO DO List project

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.

Built With

  • Javascript
  • Webpack
  • CSS Bootstrap

Live Demo

Click on the link below for accessing the deployed website.

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

  • A browser
  • Node js (optional)

Setup

All code below are for a terminal.

  1. Clone repository:
  $ git clone https://github.com/Deepakdanger/To-do-list.git
  1. Change directory inside project
cd To-do-list
  1. In your terminal, run
npm install
  1. After changes, run webpack to build production code.
npm run build
  1. You can now open the index.html file in dist folder in any browser.

Testing

Include this in scripts of package.json.

"test": "jest"

Run the test.

npm run test

Author

Deepak Kumar's GitHub stats

👤 Deepak Kumar

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc

📝 License

This project is MIT licensed.