Skip to content

RafaMT93/restaurant_search

Repository files navigation

Google Search Restaurants Interface


Overview

A interface for Google Maps API.

⚙️ Used Libraries

ReactJS
npx create-react-app react-app
React Router Dom
npm install react-router-dom
google-maps-react
npm install --save google-maps-react
react-lottie
npm install --save react-lottie
react-rating-stars-component
npm install react-rating-stars-component --save
React Redux
npm install react-redux
Redux
npm install redux
Styled-Components
npm install --save styled-components
React-Slick
npm install react-slick --save

Also install slick-carousel for css and font

npm install slick-carousel

Import css files

import "slick-carousel/slick/slick.css"; import "slick-carousel/slick/slick-theme.css";
React-Tabs
npm install --save react-tabs

🎯 Objective

Project created to React study using the Google Maps API.

For view, clone this project, run npm i in the folder and execute with npm start.