This is my final project of the Front-End Web Developer Nanodegree by Udacity. It is mobile and offline first!
This page app uses Google maps and Foursquare's API to list vegetarian restaurants in Florianópolis. The main tecnologies used are: reactJS, javascript, API usage, HTML, CSS, responsive design, and front-end web development overall.
The app functionality is to locate vegetarian restaurants in Florianópolis, Brazil. You can filter the restaurants by a cousine type. If you click on a card or in a map marker, details should be displayed.
To install you first need to download by git clone or download button. Afterwards you should use npm i or npm install and then npm start to start the project.
To run the app in production mode run:
npm run build
Then navigate to the build directory and start a localhost with python
python -m SimpleHTTPServer 8000
After that navigate to http://localhost:8000 in your browser.