Skip to content

A React Native mobile app for finding wheelchair accessible events and routes ♿️

Notifications You must be signed in to change notification settings

alexHoggett/step-free-gigs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

StepFreeGigs

StepFreeGigs is a mobility app that allows users to find, buy tickets for, and travel to events happening near them at venues in London with wheelchair accessibility. The app has been built with React Native and Expo for the front-end, Node.js and Express on the back-end, and has been tested throughout with Jest.

Features

  • User can see a list of nearby wheelchair-accessible events using their device's geolocation features
  • User can see the price, distance, name and venue for each event
  • User can click a link to buy tickets to each event
  • User can see a list of step-free directions to reach the venue
  • User can see those directions visualised on a map

Demo

Stack

Frontend: React Native, Expo, Jest, React Native Testing LIbrary, React Testing Library

Backend: Express

Setup

  1. Clone the repo

  2. Install Node.js dependencies

    ; npm install
    

Running

  1. To view on your phone itself, download the Expo Client app.

  2. Start the metro bundler:

; npm start
  1. To open the app in a browser, press w in the terminal session.

  2. To open the app in an android emulator, press a (you will need to install Android Studio and run a device using the Virtual Device Manager before pressing a)

  3. To open the app in an iOS emulator, press i (you will need Xcode installed)

About

A React Native mobile app for finding wheelchair accessible events and routes ♿️

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%