A interface for Google Maps API.
- 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 --saveAlso install slick-carousel for css and font
npm install slick-carouselImport css files
import "slick-carousel/slick/slick.css"; import "slick-carousel/slick/slick-theme.css"; - React-Tabs
-
npm install --save react-tabs
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.