{"id":20772452,"url":"https://github.com/akash-m-se/task-scheduler","last_synced_at":"2026-04-15T05:31:11.701Z","repository":{"id":260530501,"uuid":"881457715","full_name":"Akash-m-SE/task-scheduler","owner":"Akash-m-SE","description":null,"archived":false,"fork":false,"pushed_at":"2024-11-04T10:36:32.000Z","size":203,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-27T08:58:26.761Z","etag":null,"topics":["nextjs","shadcn","tailwindcss","vercel","zod"],"latest_commit_sha":null,"homepage":"https://task-scheduler-nu.vercel.app","language":"TypeScript","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/Akash-m-SE.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}},"created_at":"2024-10-31T15:58:54.000Z","updated_at":"2024-11-04T10:37:09.000Z","dependencies_parsed_at":"2024-10-31T21:22:51.031Z","dependency_job_id":"854f2ba9-fa25-4995-8690-c254e2a323a0","html_url":"https://github.com/Akash-m-SE/task-scheduler","commit_stats":null,"previous_names":["akash-m-se/task-scheduler"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Akash-m-SE/task-scheduler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Akash-m-SE%2Ftask-scheduler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Akash-m-SE%2Ftask-scheduler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Akash-m-SE%2Ftask-scheduler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Akash-m-SE%2Ftask-scheduler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Akash-m-SE","download_url":"https://codeload.github.com/Akash-m-SE/task-scheduler/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Akash-m-SE%2Ftask-scheduler/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31828530,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T18:05:02.291Z","status":"online","status_checked_at":"2026-04-15T02:00:06.175Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["nextjs","shadcn","tailwindcss","vercel","zod"],"created_at":"2024-11-17T12:21:16.030Z","updated_at":"2026-04-15T05:31:11.674Z","avatar_url":"https://github.com/Akash-m-SE.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Task Scheduler\n\nA simple scheduling application built with Next.js, TypeScript, Tailwind CSS, ShadCN, and Zod for event validation. This app manages and displays daily events within a 24-hour period, ensuring no overlap between scheduled times.\n## Features\n\n**Add Events:** Users can add new events by specifying a start and end time.\n\n**Event Overlap Validation:** The `addEvent` method in the `Scheduler` class ensures that no two events overlap.\n\n**Retrieve Events:** Users can view all scheduled events in a clear and organized layout.\n\n**User Interface:** A visually appealing and intuitive UI designed with Tailwind CSS, displaying events in a timeline format.\n\n**Input Validation:** Input validation is implemented using Zod to prevent invalid time entries.\n## Implementation Details\n\n## Scheduler Class\n\n- **Events Storage:** The class maintains a list of events.\n\n- **Add Event:** The `addEvent` method checks for overlaps before adding a new event.\n    - If there's an overlap with an existing event, the method returns false, and the event is not added.\n    - If no overlap exists, the method returns true, and the event is successfully added.\n\n- **Get Events:** The getEvents method returns the list of all added events.\n## Deployment\n\nYou can access the live version of task-scheduler app here: [Live Demo](https://task-scheduler-nu.vercel.app/)\n\n\n\n## Installation\n\n**1.** Git Clone the Repository\n\n**2.** Navigate to the directory where the repository was downloaded\n\n```\ncd task-scheduler\n```\n\n**3.** Install the Dependencies\n\n```\npnpm install\n```\n\n\n**4.** Start the application in development mode\n\n```\npnpm run dev\n```\n\n**5.** Access your application via port - http://localhost:3000\n## Tech Stack\n\n**Language:** TypeScript\n\n**Frontend:** Next.js, HTML, Tailwind CSS, ShadCN, Zod\n\n**Validation:** Zod\n\n**Component Library:** ShadCN\n\n**Deployment:** Vercel","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakash-m-se%2Ftask-scheduler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakash-m-se%2Ftask-scheduler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakash-m-se%2Ftask-scheduler/lists"}