Skip to content

Latest commit

 

History

History
48 lines (26 loc) · 1 KB

File metadata and controls

48 lines (26 loc) · 1 KB

Yellowstone Escape

A frontend web application for travelers to browse activities at Yellowstone National Park.

A ReactJS rebuild of my Vanilla JS Yellowstone Escape site, accessing the US National Parks and Services API.

Live link: https://yellowstone-escape-reactjs.netlify.app/

Features

Users can:

  • browse through all activities
  • view individual activity details
  • save activities to a favorites list
  • remove activities from a favorites list

Installation and Setup Instructions

Clone down this repository. git clone [email protected]:colin-macrae/Yellowstone-Escape---VITE-REACT-version.git or git clone https://github.com/colin-macrae/Yellowstone-Escape---VITE-REACT-version.git

You will need Node.js installed globally on your machine.

Installation:

npm install

npm install react-dom

npm install react-router-dom

npm install vite

To Run App Locally:

npm run dev

Navigate to http://localhost:5173