A simple minimalist browser based application to create save and manage your daily task.
Unit Testing jest
You can run unit test using this command npm run test
These are list of test we have writed:
- Html/Css
- Javascript
- Webpack
Deployed to Github Pages
to use this repo please follow this steps :
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
- clone the repo :
https://github.com/benwmx/toDo.git
- create your branch
- run
npm i
- 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 filedevServer: { static: './dist', add-the-port-in-this-line }
👤 Rachid Boudaoudi
- GitHub: @benwmx
- Twitter: @ben_wmx
- LinkedIn: Rachid Boudaoudi
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.