county-of-simcoe-gis / SimcoeCountyFeatureReports

Custom web pages built in React to display a more friendly view of a particular feature.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simcoe County Feature Reports

Live demo can be found here. Click on a listing and click the Photos button.

For now, Real Estate, Forestry and Child Care Facilities are the only implemented pages.

Real Estate: https://opengis.simcoe.ca/featurereports?TYPE=REALESTATE&ID=30739961

Forestry: https://opengis.simcoe.ca/featurereports/?TYPE=FORESTRY&ID=COPELAND&SHOWHEADER=1

Child Care: https://opengis.simcoe.ca/featurereports/?SHOWHEADER=1&TYPE=CHILDCARE&ID=YMCA%20Young%20Parent%20Program%20Barrie

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

Node JS

Installing

git clone https://github.com/county-of-simcoe-gis/SimcoeCountyFeatureReports.git
cd SimcoeCountyWebViewer
npm install
npm start

Deployment

In the project diretory, type npm run build in the terminal. Details can be found with Create React App

Built With

  • React - create-react-app

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Custom web pages built in React to display a more friendly view of a particular feature.

License:MIT License


Languages

Language:JavaScript 78.5%Language:CSS 14.7%Language:HTML 6.8%