/foods-react

Displays a list of various food places in Toronto and surrounding areas! Includes Google Maps of each place.

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Toronto Foods

List of various food places in Toronto and surrounding areas. Code written in React JS.

Live Demo

Netlify Status

Scripts

Development

  • npm run dev
    • "dev": "parcel src/index.html"
  • npm run dev:nocache
    • "dev:nocache": "parcel src/index.html --no-cache"

Production

  • npm run build
    • "build": "parcel build src/index.html"

React Concepts

Other Concepts

Tools/Packages