To-do App is an app for keeping track of tasks. Users can add and edit tasks, mark the ones that are completed, and clear all completed tasks. Built using vanilla JavaScript, CSS and HTML
Frontend
- CRUD functionality for tasks.
- Saves your work by persisting the data in your browser's local storage.
- Minimalistic UI so you can focus on productivity.
To get a local copy up and running, follow these steps.
To run this project you need:
- Node.js
- Git
- Webpack-dev-server
Clone this repository to your desired folder:
git clone git@github.com:jfoyarzo/ToDo-list.git
Install this project's dependencies with:
npm install
To start the server use the following command:
npm start
This will serve the frontend on:
http://localhost:8080
👤 Felipe Oyarzo
- Upgraded CSS styles
- Better and responsive design
- Dark Theme
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project please give it a ⭐!
This project is MIT licensed.