This app will show you the highlights of Paris, France. You can choose a marker on the list, and also search for a highlight.
- This app was created using Javascript with the help of the following tools:
- React
- Styled Components
- Google Maps API
- Foursquare API
- To load it via Netlify, click here.
- To load it in your local machine:
- NodeJs is required to run this app locally, you can get it here.
- Download or clone this repo using
git clone https://github.com/Reinaldooo/paris-highlights.git
on a new terminal window. - Enter the folder with
cd paris-highlights
. - Install the dependencies with
npm install
oryarn
. - Run the app with
npm start
oryarn start
. - A new browser will open with the app running