Skip to content

Latest commit

 

History

History
63 lines (47 loc) · 1.82 KB

README.md

File metadata and controls

63 lines (47 loc) · 1.82 KB

Project Overview

This is th 8th and the last project in Udacity Nanodegree and it is built with React. In this project i will develop a single page application featuring a map of Alexandria cafe places.

This project was bootstrapped with Create React App. A subset of instructions

Table of Contents

Folder Structure

my-app/
  README.md
  package.json
  package-lock.json
  public/
    index.html
    favicon.ico
  src/
    App.css
    App.js
    App.test.js
    LocationsApi.js
    Map.js
    SideMenu.js
    registerServiceWorker.js
    index.css
    index.js
    logo.svg

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.

npm test

Launches the test runner in the interactive watch mode.

npm run build

Builds the app for production to the build folder.

Usage for users

First, visit the app from this link : Open the side menu and search for your cafe name, it will show up in the result. click on it to show some information and if you want more just click on View in google maps.

Deployment

npm run build creates a build directory with a production build of your app. Set up your favourite HTTP server so that a visitor to your site is served index.html, and requests to static paths like /static/js/main.<hash>.js are served with the contents of the /static/js/main.<hash>.js file.