https://github.com/aelew/ucmerced-ical
📆 A simple tool for importing UC Merced course schedules into Apple Calendar and Google Calendar.
https://github.com/aelew/ucmerced-ical
nextjs react shadcn-ui ucmerced
Last synced: 3 months ago
JSON representation
📆 A simple tool for importing UC Merced course schedules into Apple Calendar and Google Calendar.
- Host: GitHub
- URL: https://github.com/aelew/ucmerced-ical
- Owner: aelew
- License: mit
- Created: 2023-08-25T00:23:01.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-13T03:17:38.000Z (7 months ago)
- Last Synced: 2025-03-11T09:51:24.729Z (3 months ago)
- Topics: nextjs, react, shadcn-ui, ucmerced
- Language: TypeScript
- Homepage: https://cal.aelew.com
- Size: 396 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📆 UC Merced iCalendar Tool
A simple tool for importing UC Merced course schedules into Apple Calendar, Google Calendar, and other calendars that accept ICS files.
This project is inspired by [ryanlee68](https://github.com/ryanlee68)'s [merced_calendar](https://github.com/ryanlee68/merced_calendar). You can [check it out here](https://ryanllee.com)!
## Built with
- [Vercel](https://vercel.com)
- [React](https://react.dev)
- [Next.js](https://nextjs.org)
- [shadcn/ui](https://ui.shadcn.com)
- [Tailwind CSS](https://tailwindcss.com)## Run Locally
Clone the project
```bash
git clone https://github.com/aelew/ucmerced-ical.git
```Go to the project directory
```bash
cd ucmerced-ical
```Install dependencies
```bash
npm i
```Start development server
```bash
npm run dev
```## License
[MIT](https://choosealicense.com/licenses/mit/)