An open API service indexing awesome lists of open source software.

https://github.com/paiswillie/cabpool-frontend

Taxi + Carpooling. You get the jist.
https://github.com/paiswillie/cabpool-frontend

react-native

Last synced: 2 months ago
JSON representation

Taxi + Carpooling. You get the jist.

Awesome Lists containing this project

README

          

# Cabpool

## About

Cabpool is a React Native mobile app that allows users to create and join carpools to get to their destination.
It is designed as an additional feature for local taxi services to offer their customers.

This app was created as a final project for SFWRENG 3A04: Software Design II at McMaster University, through the process
of generating software requirements, and implementing them in a software architecture.

Requirements include:

- [x] Interfacing with Google Maps to allow customers to track the taxi route
- [x] Present potential routes when requesting or offering taxi carpools
- [x] Encrypt all transmitted messages using a cryptosystem for confidentiality and integrity purposes

## Screenshots

![Cabpool Destination Select](https://i.imgur.com/dxSbkIt.png)
![Cabpool Main Features](https://i.imgur.com/HuWS6tl.png)
![Cabpool Status & Summary](https://i.imgur.com/R48xRKp.png)

> Device Mockup created from Google Pixel 6 mockups

## Documentation

The following are Software Requirements Specifications (SRS) documents for the Cabpool application:

- [Deliverable 1](documentation/Deliverable1.pdf)
- [Deliverable 2](documentation/Deliverable2.pdf)
- [Deliverable 3](documentation/Deliverable3.pdf)

## Installation

### Requirements

- This application was developed and tested using Android Emulator with **Pixel 6 Pro** on **Android 12 (S)** using **React Native 0.71.5**
- Install React Native using [this setup guide](https://reactnative.dev/docs/environment-setup) and follow the instructions for **React Native CLI Quickstart** for your OS
- Set up the backend server with the [Cabpool-Backend repository](https://github.com/PaisWillie/Cabpool-Backend/)

### Running the App

1. Ensure that you have the Android emulator running
1. Run `npm install` to install all dependencies
1. Run `npm run start` to start the app
1. When prompted, press `a` in the terminal to run the app on the Android emulator