A simple Todo List application built with modern web development tools, designed to help users manage their tasks efficiently.
Explore the app here: Todo List App
- Task Management: Add, delete, and mark tasks as completed.
- Local Storage: Saves tasks locally, so you can continue where you left off.
- Fast and Lightweight: Built with Vite for optimized performance.
- Open the application and enter a task in the input field.
- Use the checkboxes to mark tasks as completed.
- Click the ✖️ button to remove tasks.
- Click on the different filter buttons to filter your list.
-
Frontend:
- JavaScript
- HTML5
- CSS3
-
Build Tool:
- Vite
-
Deployment:
- Netlify
To run the project locally, follow these steps:
-
Clone the repository
git clone https://github.com/AleHdzB/WebTodoList.git
-
Install dependencies
Make sure you have Node.js installed, then run:
npm install
-
Start the development server
npm run dev
-
Open in browser
Navigate to
http://localhost:5173
in your web browser.
This project is licensed under the MIT License.
For any questions or suggestions, feel free to reach out:
- GitHub: AleHdzB
- Email: [alejandro.hernandez4819@alumnos.udg.mx]
Thank you for using Todo List! 🛹