A simple TO-DO app to store your todos. This also have a localStorage saving feature.
We all write out to-dos some where and then just forget them. At the end, nothing is done. But you can use this online to-do list app to store all your to-dos. 🥳 Now if you just re-open the site you will have all your to-dos saved there waiting for you to check them.
If you format your disc or you clear the browser data your to-dos will be gone as localStorage is used here to save the data.
How to contribute :
- Fork this repository.
- Clone your fork via
git clone <Your forked repo link>
- Or download the ZIP file and extract it.
- Write your code.
- Install Node.js (To lint the code)
- Open up your terminal and write
npm install eslint -g
- Navigate to the code folder
- Run
npm run lint
You can skip steps 4 & 5 if you already have them installed.
If you have follwed all the steps mentioned above then push code to your forked repo and then make a pull request.
Update the README.md
file accouring to your updates.