This is the initial version of a neigborhood maps app built in React and utilizing third-party APIs. The project is part of the final React project and the capstone in the Udacity Front-End Web Developer nanodegree, encompassing knowledge on front-end frameworks, third-party APIs, responsive design, progressive web apps and accessibility.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
You'll need NPM to install the relevant files specified in the package.json.
For example, the package relies on running React and a React maps library.
A step by step series of examples that tell you how to get a development env running:
Download the repo to your local machine
Navigate to the folder in terminal and run "npm install"
Once install is complete, the app requires you to be in production, so run "npm run build" to assemble a production version build.
Set up a simple server using the included package serve by running "serve -s build"
- Create-React-App - The web framework used
- Google-Map-React - Google Maps API integration for React
- Serve - Library for deploying a static site/single page application
- FourSquare API - Used to pull restaurant locations and address details
- Google Maps API - Used to pull the main map interface
- Christopher Von Wilczur - Initial work - cvonwilczur
This project is licensed under the MIT License - see the LICENSE.md file for details
- Udacity