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
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
In the project directory, you can run:
Runs the app in the development mode.
Launches the test runner in the interactive watch mode.
Builds the app for production to the build
folder.
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.
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.