Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ibttf/isolation-index
https://github.com/ibttf/isolation-index
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ibttf/isolation-index
- Owner: ibttf
- Created: 2023-09-01T05:50:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-14T22:12:26.000Z (over 1 year ago)
- Last Synced: 2023-10-07T22:23:31.625Z (over 1 year ago)
- Language: JavaScript
- Size: 123 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Isolation Index
Interactive map and research project that displays risk factors most related to social isolation, and the American counties that are most affected by them respectively.
Deployed on https://isolationindex.com
## Table of Contents
- [General Info](#general-information)
- [GitHub Repo](#github-repo)
- [Technologies Used](#technologies-used)
- [Setup](#setup)
- [Usage](#usage)
- [Project Status](#project-status)
- [Room for Improvement](#room-for-improvement)## General Information
This project was built independently using React and Jupyter Notebook.## GitHub Repo
- [Monorepo] https://github.com/roylee0912/isolation-index
## Technologies Used
- React 17.0.2
- Jupyter Notebook
- Python
- Pandas
- Numpy## Environment Setup
### Clone repository
**clone** the project repository from github: [https://github.com/roylee0912/revieword](https://github.com/roylee0912/isolation-index)
```console
$ git clone https://github.com/roylee0912/isolation-index
```### Application Install
When you're ready to start building your project, run:
```sh
cd
npm install
npm start```
## Usage
1. [`View the Map`] After about a 20 second loading phase, you should see every US county outlined on the map in light red. There will be a toggle to show state boundaries that only loads after the map does.
2. [`Risk Factors`] Below the map, there is an ordered list of risk factors for social isolation. Click on the risk factor name to read more about it, and click on the checkbox next to the name to see it toggled on the map.
3. [`References`] to see every reference used in the research portion of the project, click on "References."
## Project Status
- Project is: _in progress_.
## Room for Improvement
- Add a toggle to see data for individual states instead of counties.
- Add a loading screen while the map loads.