A simple HTML list of To Do tasks
To Do List is a minimalist web app, but with all the functions that you need most for task management
Add text in the input box and press enter. The task will be ordered at the bottom.
Click the text area. When the task is highlighted, you can edit your text. Changes will be saved after pressing enter.
Check and uncheck tast clicking the checkbox.
Remove all the tasks already done pressing the clear area
- HTML/CSS
- JavaScript
- Webpack
To get a local copy up and running follow these simple example steps.
- A web browser
- NPM
- Webpack configured
- Clone the project from Github
git clone repolink
Once cloned, you can run it from your web browser from the dist version.
- Do any change in the /src file
- Run npm to update dist from src
npm run build
👤 Author1
- GitHub: @Maclenn77
- Twitter: @SrJuanPapas
- LinkedIn: Juan Paulo Péreztejada
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Hat tip to anyone whose code was used
- Inspiration
- Microverse partners!
This project is MIT licensed.