https://github.com/ailouislu/react-arcgis-wireframe
An online map system to build the basic wire-frame for showing the state of New Zealand water quality
https://github.com/ailouislu/react-arcgis-wireframe
arcgis arcgis-js-api arcgis-online
Last synced: 9 months ago
JSON representation
An online map system to build the basic wire-frame for showing the state of New Zealand water quality
- Host: GitHub
- URL: https://github.com/ailouislu/react-arcgis-wireframe
- Owner: ailouislu
- Created: 2022-04-06T07:35:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-18T07:46:59.000Z (over 3 years ago)
- Last Synced: 2025-01-21T19:26:27.738Z (11 months ago)
- Topics: arcgis, arcgis-js-api, arcgis-online
- Language: JavaScript
- Homepage: https://wireframe.nzlouis.com
- Size: 295 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-arcgis-wireframe
This is an online map system to build the basic wire-frame for showing the state of New Zealand water quality, implemented using react and Arcgis (**[Esri JS API](https://developers.arcgis.com/javascript/latest/api-reference/index.html)**). Contains functions such as wire-frame. The system uses many reusable components to improve the reusability of the project.

## Getting started
You can view a live demo over at https://wireframe.nzlouis.com
To get the frontend running locally:
- Clone this repo
- `npm install` to install all req'd dependencies
- `npm start` to start the local server (this project uses create-react-app)
- `npm test` to start the local testing