Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.5 KB

README.md

File metadata and controls

40 lines (27 loc) · 1.5 KB

Road Trip Planner - Frontend

GitHub issues GitHub stars

Overview

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.

Features

  • 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.

Getting Started

These instructions will help you set up and run the frontend locally.

Prerequisites

  • 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: [email protected] and password: 'password'

Installation

  1. Clone the repository:
git clone https://github.com/garussell/road-trip-planner.git
cd road-trip-planner
  1. Install dependencies: npm install

  2. Start localhost: If you installed the BE repo and started localhost:3000 On the front-end use nmp start then select Y to run on localhost:3001