CMUCal is a comprehensive web application designed to streamline and enhance the process of managing academic resources at Carnegie Mellon. It features an intuitive frontend built with React, TypeScript, and Tailwind CSS, a robust backend powered by Flask, and an efficient scraping system developed in Python.
It is bootstrapped with create-t3-app.
- Frontend:
npm run devfor now.- Note: we will fix type errors around November. Run
npm run buildto see all the errors.
- Note: we will fix type errors around November. Run
- Backend: see the
readmefile in the backend folder.
- Deployed on Vercel.