Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ibttf/isolation-index


https://github.com/ibttf/isolation-index

Last synced: 25 days ago
JSON representation

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.
Screenshot 2023-09-14 at 3 09 02 PM

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.
Screenshot 2023-09-14 at 3 10 18 PM

3. [`References`] to see every reference used in the research portion of the project, click on "References."

Screenshot 2023-09-14 at 3 11 00 PM

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