One paragraph statement about the project.
Additional description about the project and its features.
- JavaScript
- Webpack
- HTML5
- CSS3
- Vanilla
- Bootstrap
To get a local copy up and running follow these simple example steps.
- NodeJS
- VSCode
- Clone this repository anywhere you want with:
git clone https://github.com/JuliCarracedo/to-do-list.git
- Move to the cloned folder:
git cd to-do-list
- Run the following code lines one by one on your console, opened from this file:
npm init -y
npm install webpack webpack-cli --save-dev
npm install --save-dev html-webpack-plugin
npm install --save-dev webpack-dev-server
- Run the following to build the app.
npm run build
- Run the following to deploy it onto a local server.
npm start
You can check your already done tasks, and their text gets edited with a line-through. Also you can add items to the list and the 'clear all completed' button disposes all completed tasks. When using the options button, you get presented with the ability to edit an entry or even delete it.
👤 Julian Carracedo
- GitHub: @JuliCarracedo
- Twitter: @CarracedoTrigo
- LinkedIn: Julian Carracedo
Contributions, issues, and feature requests are welcome!
Give a ⭐️ if you like this project!
This project is MIT licensed.