An intuitive web application for efficient task management. It allows you to add, edit, delete, and mark tasks as completed, as well as offering a customizable design with different themes, multilingual support (Spanish/English), and drag & drop functionality to reorder tasks.
🔗 Access the live demo: Task Tracker - GitHub Pages
- Add, edit, delete, and mark tasks as completed or pending.
- Filter tasks by status (All, Pending, Completed).
- Reorder tasks via drag & drop.
- Multilingual support (Spanish & English).
- Switch themes: Neon, Dark, Light.
- Notifications for key actions.
- Local data persistence using
localStorage.
- Clone the repository:
git clone https://github.com/taniagredo/task-tracker.git
cd task-tracker- Just open the
index.htmlfile in your browser. - Switch themes via the 🎨 button and language via the 🌎 button.
- HTML5: App structure.
- CSS3: Visual styles and themes.
- JavaScript: Interactive features.
- localStorage: Data persistence.
Contributions are welcome! To improve this project:
- Fork the repository.
- Create a new branch:
git checkout -b feature-nueva-funcionalidad- Make your changes and commit them:
git commit -m "Descripción del cambio"
git push origin feature-nueva-funcionalidad- Submit a Pull Request.
This project is licensed under the MIT License. See the LICENSE file for more details.