This project was made for the Electronic Frontier Foundation during the 2024 Stanford x MIT Social Good Hackathon.
Here is a general layout of the project:
Contains all component files and styling. Additionally, the Data folder includes the posted data.json that the current page is loading. Also has two other sample jsons to use. The Images folder includes icons and background images used in the site.
All backend POST and GET request code is here. Uploaded data will be posted to data.json in the src > data folder.
npm install
npm start
nodemon server.js
Open http://localhost:3000 to view it in the browser.