This project was developed through the Udacity - Front-End Web Developer Nanodegree Program.
Built with: HTML, CSS, JavaScript, React and API usage.
- A single page application featuring a neighborhood map and a listing of libraries in Plano, Texas.
- The Google Maps API is used to generate the map. The Foursquare API is used to get information to display when a marker is clicked. Information such as photos, address, rating, likes and tips are displayed.
- A filter feature and animations makes it easy to navigate between the Markers.
- This application follow this Udacity Project Rubric
- Download or Clone the Repository.
- Install all project dependencies with
npm install
- Start the server with
npm start
- To create a production build use
npm run build
- Navigate to the build directory and start the server with
npm run deploy
- This mode includes a Service Worker.
- Udacity CSS Style Guide
- Udacity Git Commit Message Style Guide
- Udacity HTML Style Guide
- Udacity JavaScript Style Guide
The content of this repository is licensed under a MIT license.