/google-api

Primary LanguageJavaScript

google-api

Installation and Usage

Installation

  • Clone the repository.
  • Open terminal and navigate to server folder.
  • Run npm install to install dependencies.

How to start app

  • Run npm start in server folder to start server.
  • Open terminal and navigate to client folder then run open index.html.

Changelog

  • Added search function
  • fixed the Results Page searchBar
  • Updated index.html removed bootstrap

Wins and Challenges

  • Connected front-end and backend with basic features functioning.
  • Challenges included displaying search results on a seperate page, and getting search bar to function in resutls page.