Skip to content

Latest commit

 

History

History
65 lines (42 loc) · 1.39 KB

README.md

File metadata and controls

65 lines (42 loc) · 1.39 KB

Hoop - Parking Booking

Hoop is a mobile app that allows users to find the best parking space nearby for their vehicles using their mobile phones wherever and whenever they want.

Features

  • Users can view available parking slots
  • Users can book parking slots
  • Users can view their booking history
  • Users can explore parking slots in a map view
  • Users can view parking slot details

Screenshots

Technologies

Installation

  1. Clone the repository
git clone github.com/fredshema/hoop-mobile-app.git
  1. Install dependencies
npm install
  1. Start the app
npm start
  1. Install the Expo Go app on your mobile phone and scan the QR code to view the app

  2. Run the app on an emulator

npm run android

or

npm run ios

Design

The design of the app was inspired by Hoop - Parking Booking UI KIT (Community) on Figma.

Contributors