Skip to content

VERSO-UVM/react-vt-data

Repository files navigation

Vermont Livability Data Visualization App

A React-based Website for exploring, visualizing, and interpreting Vermont data. Users can upload one or more datasets and view tables, data summary reports, and custom plots through an interactive interface. The backend is based on https://github.com/iansargent/Data-Exploration-Tool-in-Python.


Installation & Setup

  1. Clone this repository:

    git clone https://github.com/FWJK1/react-vt-data
    cd vermont-livability
  2. Install python dependencies:

    cd backend
    pip install -r requirements.txt
  3. Install backend react dependencies:

    • First, set up npm
    • Then, use npm to install the dependencies:
    cd frontend
    npm install
  4. Run the website from the terminal:

    cd frontend
    npm run dev

Development

All development must:

  • Use the prettier formatter and eslint linter for reliable diffs.

All development should:

  • Use Mantine UI where applicable.

License

This project is open-source under the MIT License.


Credits

  • Developed by Ian Sargent and Fitzwilliam Keenan-Koch
  • Created under the Open Research Community Accelerator (ORCA)
  • Built using the React framework

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published