Co-Pilot is a full stack application that allows users who are road tripping to keep track of all the cities and towns they will encounter on their journey. Information regarding the distance and time is displayed between each city. And upon clicking a particular city, users can find weather, hotel, gas, food, and google maps information.
The Co-Pilot back end can be found here.
-
The front end was built in Javascript with React-Native. Jest/Enzyme were used for testing and Expo was used as a simulator to build this project.
-
The back end was built with Rails, RSpec, Postgres, Google Maps API, Darksky API, and Census.gov.
- Clown down this repository
https://github.com/copilotroadtrip/Co-Pilot.git
cd
into the directory- run
npm install
- Download Expo to view it on an iOS simulator. Installation instructions can be found here
- run
npm start