1
 2 // Infineon Parking project page
 3 // This is my first project that is actually being used by someone, my colleagues
 4 // -------------------------------------------------------------------------------------------------------------------------------------------
 5
 6 class InfineonParking: public Project {
 7
 8    name: InfineonParking
 9
10    desc: created a full-stack website that serves as a platform for infineon workers to
11          reserve parking spots for the upcoming 7 days. The app supports reserving and unreserving parking spots,
12          along side of entering into a waiting list, so if someone unreserves a spot,
13          the first user in the waiting list is automatically assigned a spot and is informed over an email.
14          There is also PWA configuration, so the app is installable on mobile devices
15
16    tools: Git, Django, Tailwind, Railway, PWA
17
18    github_link: Click here
19
20 }
21
22
23
24
25