An open API service indexing awesome lists of open source software.

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

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.

![image](src/images/wireframe.jpg)

## 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