/toDo

A web-based application to organize and save your to-do list.

Primary LanguageJavaScript

To Do

A simple minimalist browser based application to create save and manage your daily task.

screenshot

Unit Testing jest

You can run unit test using this command npm run test These are list of test we have writed:

Built With

  • Html/Css
  • Javascript
  • Webpack

Live Demo

Deployed to Github Pages

Live Demo Link

Getting Started

to use this repo please follow this steps :

Prerequisites

you need npm to run the webpack commands, if you don't already have it go to this link to install it in your machine npm

Setup

  • clone the repo : https://github.com/benwmx/toDo.git
  • create your branch
  • run npm i

Usage

  • add your changes
  • run npm start to see the changes in your browser
  • you can use this repo in your local machine to save your to do list, the data well be saved in the local storage of your browser, to do that you need configure the webpack-dev-server to use the same port every time you launch it, add this port: 9000 (9000 or another port)to webpack.config.js file devServer: { static: './dist', add-the-port-in-this-line }

👤 Rachid Boudaoudi

🤝 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!

📝 License

This project is MIT licensed.