This repository contains the source code for a simple task tracking web application built using HTML, CSS, and JavaScript. The application allows users to track their activities categorized under work and personal space. It features a user-friendly interface with a filter dropdown for easy navigation and CRUD operations (Create, Read, Update, Delete) for managing activities. Additionally, it includes a login and signup functionality for user authentication using JSON storage.
- HTML
- CSS
- JavaScript
- Clone the repository.
- Open index.html in your web browser to use the application.
- To get logged in use the credentails in users.json file.
- Use the filter dropdown to view activities by category.
- Add, update, or delete activities as needed.
- For Login details: UserName: Max, Password:12345