Scriptorium
A code-sharing platform with remote code execution, and community features. Much like replit.com! Course project for CSC309.
- CRUD API: Type-safe management of users, code files and blog post entities with Prisma ORM
- Remote code execution: Docker containerization of environment, supporting 12 major languages
- Frontend: code editor with syntax highlighting, paginated search results, responsive design
Stack: Next.js, Prisma, Docker, Node.js, React, shadcn, TailwindCSS, Typescript
TTCTracker
Predicts public transit vehicle arrival times. Course project for CSC207.
- Prediction algorithm: self-designed; combines live vehicle locations, route geographical data and historical information to predict arrival times
- Backend: based on clean architecture with adherance to SOLID, providing a RESTful API
Stack: Java, Spring Boot, React
ASX
Website for UofT's astronomy club for events postings.
Stack: Next.js, React, TailwindCSS, Typescript
NOVA Ground Station
Data visualisation for University of Toronto Aerospace Team's rockets' sensors.
- Dashboard: real-time, animated, scrollable, customisable plots, sampling sensor values from an API on a Raspberry Pi
Stack: React, ChakraUI, react-chartjs-2