{"id":28717480,"url":"https://github.com/vedant-hande/tickme-todo","last_synced_at":"2026-04-29T23:02:07.250Z","repository":{"id":299096937,"uuid":"1001992674","full_name":"Vedant-Hande/TickMe-Todo","owner":"Vedant-Hande","description":"TickMe is a feature-rich and visually appealing todo list application designed to help you organize your tasks efficiently. With a modern user interface, intuitive controls, and robust task management features, TickMe makes productivity enjoyable.","archived":false,"fork":false,"pushed_at":"2025-06-15T13:27:58.000Z","size":15,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-14T17:54:20.643Z","etag":null,"topics":["css","font-awesome","fontawesome-icons","github","googlefonts","html5","javascript","vercel","vercel-deployment"],"latest_commit_sha":null,"homepage":"https://tickme-todo.vercel.app","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Vedant-Hande.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-06-14T13:36:05.000Z","updated_at":"2025-06-15T13:28:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"672006a8-4d35-4574-ad46-c5e02fa6abea","html_url":"https://github.com/Vedant-Hande/TickMe-Todo","commit_stats":null,"previous_names":["vedant-hande/tickme-todo"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Vedant-Hande/TickMe-Todo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vedant-Hande%2FTickMe-Todo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vedant-Hande%2FTickMe-Todo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vedant-Hande%2FTickMe-Todo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vedant-Hande%2FTickMe-Todo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Vedant-Hande","download_url":"https://codeload.github.com/Vedant-Hande/TickMe-Todo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vedant-Hande%2FTickMe-Todo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32447312,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"ssl_error","status_checked_at":"2026-04-29T22:10:49.234Z","response_time":110,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["css","font-awesome","fontawesome-icons","github","googlefonts","html5","javascript","vercel","vercel-deployment"],"created_at":"2025-06-15T04:00:45.420Z","updated_at":"2026-04-29T23:02:06.897Z","avatar_url":"https://github.com/Vedant-Hande.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TickMe - Modern Todo List Application\n\nTickMe is a feature-rich and visually appealing todo list application designed to help you organize your tasks efficiently. With a modern user interface, intuitive controls, and robust task management features, TickMe makes productivity enjoyable.\n\n## Features\n\n- **Task Management**: Add new tasks with title, due date, priority (Low, Medium, High), and category.\n- **Task Status**: Easily mark tasks as completed or incomplete.\n- **Priority Filtering**: Filter tasks by priority levels (Low, Medium, High) from the sidebar.\n- **Category Management**: Organize tasks using predefined categories (Work, Personal, Shopping, Health) via a dropdown when adding tasks, and filter by categories from the sidebar.\n- **Search Functionality**: Quickly find tasks by searching their title or category.\n- **Task Views**: Filter tasks by 'All', 'Active', and 'Completed' using tabs.\n- **Task Counter**: See a real-time count of active tasks remaining.\n- **Clear Completed Tasks**: A dedicated button to remove all completed tasks.\n- **Modern UI/UX**: Smooth animations for adding, completing, and deleting tasks, hover effects, and a responsive design for various screen sizes.\n- **Dark Mode**: Toggle between light and dark themes for comfortable viewing.\n- **User Authentication (Client-Side Simulation)**: Simple login/signup/logout functionality using local storage to simulate user sessions and display a welcome message with the username.\n\n## Technologies Used\n\n- **HTML5**: For structuring the web content.\n- **CSS3**: For styling the application, including modern layouts, animations, and responsive design.\n- **JavaScript (ES6+)**: For implementing all the interactive features and logic.\n- **Font Awesome**: For modern icons.\n- **Google Fonts (Poppins)**: For a clean and modern typography.\n\n## Setup Instructions\n\nThis is a client-side only application. To run it locally:\n\n1.  **Clone or Download**: Download or clone this repository to your local machine.\n2.  **visit the site**:visit the TikMe - todo site \n\n## Usage\n\n- **Adding a Task**: Type your task in the input field, select a due date, priority, and category, then click the \"Add\" button. You can also click \"Complete \u0026 Add\" to add a task already marked as completed.\n- **Marking a Task Complete**: Click the green checkmark button on the right side of each task to toggle its completion status.\n- **Deleting a Task**: Click the red trashcan button on the right side of each task to delete it.\n- **Filtering Tasks**: Use the sidebar menu (All Tasks, Low/Medium/High Priority, Categories) or the tabs above the task list (All, Active, Completed) to filter your tasks.\n- **Searching Tasks**: Use the search bar at the top to filter tasks by keywords in their title or category.\n- **Dark Mode**: Click the moon/sun icon in the top right to toggle between dark and light modes.\n- **Login/Signup**: Click the \"Get Started\" button to access the authentication modal. You can log in with an existing username or sign up as a new user. Your session is saved in local storage. Click \"Logout\" to end your session.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvedant-hande%2Ftickme-todo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvedant-hande%2Ftickme-todo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvedant-hande%2Ftickme-todo/lists"}