Git Product home page Git Product logo

udacity-frontend-p05-myneighborhood's Introduction

MyNeighborhood

My Neighborhood

Project Overview

The goal was to create a project from scratch using React and Google Maps JavaScript API. Besides that, some requirements was to add functionality using third-party APIs to provide information when a map marker or list view entry is clicked; Implement a list view of the set of locations; Provide a filter option; Display map markers identifying at least 5 locations; Overall, the application's interface should be intuitive to use; All data API's used in the application should load asynchronously, and errors should be handled gracefully;

About

Content:
I decided to show some of my favorites René Magritte and Salvador Dalí paintings from Surrealism movement(1920s). I hope to see all these paintings in person someday. 🙏
There is a mark for each of these paintings and also two marks in the middle of nowhere to say something about the artists. The project fetches data from a custom Google Fusion Tables, Wikipedia from Wikimedia REST API and Maps from Google Maps JavaScript API. The Service Worker used here is the one provided by Create React App. 👍

Tools:
Some tools that helped me a lot:

  • create-react-app
  • react-google-maps
  • react-burger-menu

Instructions

You can clone or download this repository.

To run dev environment:

npm install
REACT_APP_API_KEY=YOURGOOGLEMAPSKEY npm start (Linux, macOS - Bash)
set REACT_APP_API_KEY=YOURGOOGLEMAPSKEY && npm start (Windows - cmd)

To test build files:

  • remove the line 5: ["homepage": "https://dekisr.github.io/Udacity-FrontEnd-P05-MyNeighborhood",] from the package.json file
  • npm run build
  • cd build
  • use some tool to serve a local server like http-server

E.g.
npm install http-server -g
http-server -p 8000
You can change the 8000 to any port you want

Resources

udacity-frontend-p05-myneighborhood's People

Contributors

dekisr avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.