Skip to content

klzheng/Reliant-GIS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


ReliantGIS

Project Demo

Details
  1. ReliantGIS
  2. Demo
  3. Built With
  4. Features
  5. Run Locally
  6. .ENV variables

ReliantGIS

Many are interested in data visualization, but it is rare to find free and easy to access applications that provide interesting statistics with proper visualization. ReliantGIS is a geographic information system web application that tells you various demographic and income data across the United States. It includes features like:

  • Visualizing data at all scales – Information is provided across states, counties, zip codes, tracts, and even blocks!

  • Searching feature – Look up a point of interest in a fast, simple, and easy way using the search bar on the pop-up menu

  • Choosing between different feature layers – Whether you want to see the median household income or the diversity index of an area - both are possible when selecting between the different layers


Demo

Try it out here using this link or this one: https://reliant-gis.netlify.app/. No account required! Just visit the site and get started right away!


Built With

  • JavaScript
  • React

()

Features

  • 🌎 All in one place to view income and demographic data anywhere in the US
  • 🔎 Use the search bar to quickly find a point of interest
  • 📱 Built using the ArcGIS API

Run Locally

  1. Install npm
  npm install npm@latest -g
  1. Clone the repo
  git clone https://github.com/klzheng/Reliant-GIS
  1. Install dependencies
  npm install
  1. Start the server
  npm run start
  1. Don't forget the environment variables!

Environment Variable(s)

  1. Create .env file

  2. Create an ArcGIS Developer account and store your API key in the .env file


To run this project, you will need to add the following environment variables to your .env file:

REACT_APP_ARCGIS_API_KEY


()

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published