Skip to content

Latest commit

 

History

History
50 lines (42 loc) · 2.33 KB

README.md

File metadata and controls

50 lines (42 loc) · 2.33 KB

Overview

The purpose of this application is to enable users to compare two cities, specifically the current city they reside in compared to one they may be considering moving to. Once a starting city and desired city are selected, a user will be taken to the results page where both cities wil be listed side by side with their quality of life catergories and rating on a scale 1-5 with 5 being the best.

Technologies Used

Setup Instructions

  1. Fork the Repo from the Repository
  2. Clone the repo
    git clone git@github.com:awirth224/citysearch.git
  3. Install NPM packages
    npm install
  4. Run npm start
    npm start
  5. Use the Link that is given in the Terminal & Open in Browser
    Example: http://localhost:3000/

GIF

city search

Contributors

Future Features

  • The ability for a user to browse all available cities and filter them
  • The ability for a user to add an additional city (up to 4 total) to compare
  • The ability for a user to filter the categories shown on the results page
  • The ability for a user to save their searches