An open API service indexing awesome lists of open source software.

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.

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/)