{"id":14563641,"url":"https://github.com/darius-it/schedule-it","last_synced_at":"2025-09-04T06:32:38.582Z","repository":{"id":255192702,"uuid":"848433065","full_name":"darius-it/schedule-it","owner":"darius-it","description":"Scheduling app for easy time management. Create and assign slots on a daily timeline, ideal for booking rooms, breaks, or tasks.","archived":false,"fork":false,"pushed_at":"2024-12-30T13:38:10.000Z","size":357,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-30T14:29:13.571Z","etag":null,"topics":["calendar","calendar-view","schedule","timeboxing"],"latest_commit_sha":null,"homepage":"https://schedule-it-now.netlify.app","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/darius-it.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-08-27T18:47:08.000Z","updated_at":"2024-12-30T13:38:13.000Z","dependencies_parsed_at":"2024-08-28T14:38:22.101Z","dependency_job_id":"698a9f70-59b6-46a3-a2e0-0aed0a659c37","html_url":"https://github.com/darius-it/schedule-it","commit_stats":null,"previous_names":["darius-it/schedule-it"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darius-it%2Fschedule-it","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darius-it%2Fschedule-it/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darius-it%2Fschedule-it/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darius-it%2Fschedule-it/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/darius-it","download_url":"https://codeload.github.com/darius-it/schedule-it/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":231940608,"owners_count":18449183,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["calendar","calendar-view","schedule","timeboxing"],"created_at":"2024-09-07T02:04:18.957Z","updated_at":"2024-12-31T03:31:05.906Z","avatar_url":"https://github.com/darius-it.png","language":"JavaScript","funding_links":[],"categories":["others"],"sub_categories":[],"readme":"\n\u003cimg alt=\"schedule-it banner\" src=\"https://github.com/user-attachments/assets/ea09dc59-89f6-4198-a1bc-ab266ddecde1\" width=\"100%\"/\u003e\n\u003cbr\u003e\u003cbr\u003e\n\nA simple and intuitive scheduling application that helps you manage your time effectively. Schedule-it allows users to create, edit, and organize events, and collaborate with others on shared calendars. Built with React, TailwindCSS, shadcn/ui and Supabase.\n\nTry it out here: https://schedule-it-now.netlify.app\n\n\n## Demo\n![image](https://github.com/user-attachments/assets/96b182c7-65a1-4e26-ad01-1b1e6efd213e)\n\n![demo image 1](https://github.com/user-attachments/assets/3644d9dc-b0c3-44a4-9891-d13c79acddf0)\n\n## Deployment\nThese are the necessary steps to host the app yourself if you do not want to use the [deployed version](https://schedule-it-now.netlify.app):\n\n1. Build the app using `pnpm build` and deploy to Netlify, Vercel, GitHub Pages, etc.\n2. Create a new Supabase project\n3. Populate the following environment variables (either in an .env file or using the Environment Variables option of your host):\n   `VITE_SUPABASE_URL`(your Supabase project URL) and `VITE_SUPABASE_ANON_KEY` (your Supabase anon key).\n4. Create following database tables (make sure RLS is disabled, these tables are supposed to be publicly available through their id):\n   \n    - **schedules**:\n      | id (primary key)  | title | name | icon | created_at |\n      |-----|-------|------|------|------------|\n      | text (unique) | text | text | text | timestamptz |\n\n\n   - **appointments**:\n       | id (primary key)  | schedule (foreign key rel -\u003e id of schedules; cascade) | name | start_time | end_time | created_at |\n       |-----|----------|------|------------|----------|------------|\n       | int8 | text    | text  | timestamptz | timestamptz | timestamptz |\n\n5. You're ready to go! Enjoy!\n\n\n## Planned Features\n- [x] Generate project slugs using dictionary words (e.g. funny-tortoise-book); should be unique so they can be used as an ID\n- [x] Create new table for schedules and link it to appointments using a foreign key relation\n- [x] Save newly created schedules to localstorage and also allow add button to add them from slug (\"My Schedules\" section on homepage)\n- [x] Turn it into a PWA for more convenient usage from mobile devices\n- [x] Add dark/light mode toggle\n- [ ] Allow removing individual appointments from the timelines\n\n## Credits\nCopyright (c) 2024, darius-it.\nLicensed under the BSD 3-Clause License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdarius-it%2Fschedule-it","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdarius-it%2Fschedule-it","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdarius-it%2Fschedule-it/lists"}