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.
-
Clone this repository:
git clone https://github.com/FWJK1/react-vt-data cd vermont-livability
-
Install python dependencies:
cd backend pip install -r requirements.txt
-
Install backend react dependencies:
- First, set up npm
- Then, use npm to install the dependencies:
cd frontend npm install
-
Run the website from the terminal:
cd frontend npm run dev
- Then open http://localhost:3000 with your browser to see the result.
All development must:
- Use the
prettier
formatter andeslint
linter for reliable diffs.
All development should:
- Use Mantine UI where applicable.
This project is open-source under the MIT License.
- Developed by Ian Sargent and Fitzwilliam Keenan-Koch
- Created under the Open Research Community Accelerator (ORCA)
- Built using the React framework