A React Native app built with Expo that helps you find parking. Check out the cloud-hosted backend!
ParkUTK is a proof-of-concept app that was created as an extension to my team's SASEhack Fall 2023 project. The University of Tennessee has a major issue in terms of having enough available parking for students. This app crowd sources data, meaning that the users of the app can report the amount of parking spots they see in a particular garage at any given time. The results are then shown on an interactive map.
As opposed to my hackathon submission, which was a Next.js app, this project is a cross-platform mobile application, which falls more in line with its potential use case.
The backend for this project can be found here.
npm install
npx expo start
Pull requests are welcome!