Skip to content

Built an accessible web application containing restaurant information and customer reviews. Stack used are react, react-router

Notifications You must be signed in to change notification settings

lambdaAgent/senior_Web_ND_03Restaurant

Repository files navigation

Project03 - Restaurant Finder

Built an accessible web application containing restaurant information and customer reviews. Stack used are react, react-router

RUN:

  1. git clone
  2. To run client:
    • cd client/build
    • python -m SimpleHTTPServer *port*

Notes for development files :

  1. cd client
  2. npm install
  3. npm start to run development mode
  4. npm run build to compile to build folder
  5. directory:
    • /client
      • /build      # build directory for production only,
  • -- every files below are for development mode --
    • /public    # main html and static assets
    • package.json
    • /node_modules
    • /src
      • /components_pages    # each pages: home.html, showStations.html
      • /components_utils    # components that are common among pages
    • /helper    # helper functions
      • favicon.ico
      • index.css
      • index.js    # app main entry
      • logo.svc

About

Built an accessible web application containing restaurant information and customer reviews. Stack used are react, react-router

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published