It's a simple To-Do checklist app made in Vanilla JavaScript with Vite.
Before everything, you must have npm installed in your system (check with npm --version if you have it installed in your device).
- Clone or fork this in your device.
- Navigate into the directory where the files are, and execute
npm i
to install all the dependencies. - Use
npm run dev
to run locally in your device.
Thanks to Fernando Herrera for helping and teaching me all the way to create this ToDo :)