Skip to content

matheusmisumoto/restaurant-finder-react

Repository files navigation

Tastin' - Restaurant Finder

Tastin' is a single page application that uses the power of React, Google Maps and Google Places to find restaurants nearby.

It was developed during the React bootcamp from Digital Innovation One.

See it in action: https://projects.matheusmisumoto.dev/restaurant-finder

Installing

After cloning/downloading this repository, run npm install to install all dependencies.

Important: You will need an API Key from Google Cloud Platform in order to make requests to Google Maps and Google Places.

Insert the environment variable REACT_APP_GOOGLE_API_KEY with your own API key in your server configuration or within a /.env file.

Packages

  • @material/react-material-icon
  • @material/react-text-field
  • google-maps-react
  • react-lottie-player
  • react-rating-stars-component
  • react-redux
  • react-slick
  • redux
  • slick-carousel
  • styled-components