RafaMT93 / restaurant_search

A interface for Google Maps API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A interface for Google Maps API.


Languages

Language:JavaScript 89.0%Language:HTML 7.2%Language:CSS 3.8%