/college_search_example

React College Search Page

Primary LanguageJavaScript

College Search Coding Challenge

Type a college name into the search bar and click to submit to load the location on the map.

Excuse the lack of styling; there was no time to brush up on CSS!

Running the Application

  1. Make sure to install yarn version 1.22.5 or compatible.
  2. Set the REACT_APP_GOOGLE_API_KEY and REACT_APP_COLLEGE_SCORECARD_API_KEY environment variables
  3. Install dependencies with yarn install
  4. Start the application with yarn start and navigate to localhost:3000 in your browser