This is a project number 8 - Google Front-End Web Developer Nanodegree Scholarship at Udacity.
The aim of the project is to create a single page application that allows offline use of the app and retrieves data from third part APIs. The application shows map where you can search (by hotel name or category) for hotels in Cracow. If you would like to see details about the venue, click the marker
- Download or clone the project
- Install dependencies with
npm install - Start the server with
npm start - Live version is available at cracow-hotels-map.
- create-react-app, google-maps-react
- I used icons from Flaticon
- Data comes from Foursquare API
- Maps are from Google Maps API
Run npx prettier --write . to format the code.
Run npx prettier --check . to check if there is something to format.