SIM
At-a-glance date checking for shops
- Created while working at a local shop
- MVP created in two days
- Allows at-a-glance list of stock that needs to be wasted
- Stock added to system when placed on the shelf
- Rewritten in SvelteKit for better performance
BitHunt
AR Treasure Hunts for TU Dublin Students
- QR codes hidden around the campus during Freshers Week
- Students scan codes and win a prize when they find them all
- Allowed First Years to get to know the campus
- Written in SvelteKit with direct connection to PostgreSQL
- Based off of the 'Starboard' system from Primary Schools
- Competitors would receive stars for completing silly tasks
- Written in SvelteKit with TailwindCSS and ShadCN
- Prisma ORM used to connect to PostgreSQL database
- Designed for containerisation
Clerk
Obsidian plugin for writing documents faster
- Improves creation of markdown files for the TU Dublin Computer Science Society
- Creates 'Frontmatter' for docs, meeting minutes and the blog
- Written in TypeScript
- Created to gather interest for the TU DubLAN LAN Party
- Anonymously collects data for the committee to focus on what the students want
- Written in SvelteKit using Prisma ORM to connect to PostgreSQL
- Designed for containerisation
- First attempt at API
- Collects & pre-parses XML data from Irish Rail's Realtime API
- Follows RESTful principles
- Written in Node.js with Express