Road Trip Planner is a web application that provides resources for Road Trips. It uses the Back-End API to fetch data for Books, Weather forecast upon arrival, travel time, and movies for the road trip. It uses React.js to practice front-end concepts.
- Plan road trips by specifying origin and destination locations.
- View weather forecasts for selected locations.
- Discover top movies to watch during your road trip.
- Explore a collection of books related to your destination.
These instructions will help you set up and run the frontend locally.
- React.js installed on your machine
- Must have an API key generated by the back-end
- For demonstration purposes, while the app is in development, you can use
email: test@example.com
andpassword: 'password'
- Clone the repository:
git clone https://github.com/garussell/road-trip-planner.git
cd road-trip-planner
-
Install dependencies:
npm install
-
Start localhost: If you installed the BE repo and started
localhost:3000
On the front-end usenmp start
then selectY
to run onlocalhost:3001