{"id":26924117,"url":"https://github.com/amirfakhrullah/sched","last_synced_at":"2026-04-20T03:01:50.104Z","repository":{"id":61847744,"uuid":"532598151","full_name":"amirfakhrullah/sched","owner":"amirfakhrullah","description":"Schedule-based Markdown note taking app for students and teachers built using create-t3-app","archived":false,"fork":false,"pushed_at":"2024-03-13T17:13:01.000Z","size":1036,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-02T01:53:14.300Z","etag":null,"topics":["nextauth","nextjs","prisma","t3-stack","tailwindcss","trpc","typescript"],"latest_commit_sha":null,"homepage":"https://sched.amrf.me","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/amirfakhrullah.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}},"created_at":"2022-09-04T16:42:48.000Z","updated_at":"2023-07-26T03:04:47.000Z","dependencies_parsed_at":"2023-01-31T18:30:39.037Z","dependency_job_id":null,"html_url":"https://github.com/amirfakhrullah/sched","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/amirfakhrullah/sched","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amirfakhrullah%2Fsched","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amirfakhrullah%2Fsched/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amirfakhrullah%2Fsched/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amirfakhrullah%2Fsched/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/amirfakhrullah","download_url":"https://codeload.github.com/amirfakhrullah/sched/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amirfakhrullah%2Fsched/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32031070,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"online","status_checked_at":"2026-04-20T02:00:06.527Z","response_time":94,"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":["nextauth","nextjs","prisma","t3-stack","tailwindcss","trpc","typescript"],"created_at":"2025-04-02T01:53:16.124Z","updated_at":"2026-04-20T03:01:50.089Z","avatar_url":"https://github.com/amirfakhrullah.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"./public/sched-readme.png\" alt=\"sched-logo-readme\" height=\"70\" /\u003e\n\u003c/div\u003e\n\n## Description\n\nSimple schedule-based Markdown note taking app for students and teachers built using `Create-T3-App`: `Next.js`, `NextAuth`, `TypeScript`, `tRPC` and `Prisma`.\n\n![sched](./public/sched-min.png)\n\n## Quick Links\n\n- [sched.amrf.me](https://sched.amrf.me)\n\n## Goals For This Project\n\n- Use the `Create-T3-App` boilerplate\n- Using new `Next.js` middleware to handle auth redirects / routes protection\n- Setting up multiple OAuth providers with `NextAuth`\n- Use `Railway` for `postgresql` hosting\n- Render markdown content using `react-markdown` and `@tailwindcss/typography`\n\n## Project Features\n\n- User able to login via OAuth with `Google`, `GitHub`, `Twitter`, `Twitch` and `Spotify` providers.\n- User can create courses and set the duration for the courses\n  - For example, students/teachers can create multiple courses and set the duration for 1 semester (6 months or so)\n  - Then they can create the weekly schedules for the courses. For example, a student has Mathematics course and the course is from 8AM - 10AM from Monday - Friday. So they can set 5 schedules as the Mathematics course's weekly schedules, which are from Monday - Friday, 8AM - 10AM\n- User can view their weekly schedules in the `Schedule` tab. User will also be able to select the specific weekly schedules that they want to see (by selecting the date)\n- From the weekly schedule card, user can add the notes for the schedule. The note is rendered in `Markdown`\n  - For example, the student add note for the Monday's Mathematics class for that specific week\n- In the `Search` tab, user can find their notes based on the tags that they created in the note\n\n## Techstacks\n\n- [Create-T3-App](https://create.t3.gg/)\n  - [Next.js](https://nextjs.org/)\n  - [TypeScript](https://www.typescriptlang.org/)\n  - [tRPC](https://trpc.io/)\n  - [TailwindCSS](https://tailwindcss.com/)\n  - [Next-Auth](https://next-auth.js.org/)\n  - [Prisma](https://www.prisma.io/)\n- [Material-Tailwind](https://www.material-tailwind.com/)\n- [TailwindCSS-Typography](https://tailwindcss.com/docs/typography-plugin)\n- [React-Markdown](https://github.com/remarkjs/react-markdown)\n- [Railway](https://railway.app/)\n- [Vercel](https://vercel.com/)\n\n## Setting Up Locally\n\n- Clone or fork this repository\n- To clone:\n\n```bash\ngit clone https://github.com/amirfakhrullah/sched.git\n```\n\n- Set up `.env` vars (refer `.env.sample`)\n\n- Install the dependencies. I'm using `npm` here, so:\n```bash\nnpm i\n```\n\n- Running locally\n```bash\nnpm run dev\n```\n\n## License\n\nLicense under the [MIT License](./LICENSE)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famirfakhrullah%2Fsched","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famirfakhrullah%2Fsched","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famirfakhrullah%2Fsched/lists"}