This is a project developed by DevS for Udacity's Front End Nanodegree's Project
This is the final project of Udacity's Front-End Web Developer Nandegree Program
The aim is to use React to develop a single page application featuring a map of with added functionality, including highlighted locations, third-party data about those locations and various ways to browse the content.
- Go to My repository
- Download the repository using the download button.
- Or clone the repository with Git.
git clone https://github.com/yashsati29/ud-neighbourhood-map-react.git
- Open the command line or terminal on your machine and
cd
into the project directory. - Run
npm install
- Run
npm start
- The application will open in your browser using the port localhost:3000
- To get started, you will need npm
- The project uses React
- The project was created with
create-react-app
- The project uses
react-async-script-loader
- The project uses Google Maps Javascript API
- The project uses FOURSQUARE API
- React - JS library
Private Repository, only made exclusively for academic purpose.