Data visualization of ingredients served at Thanksgiving 2015 from FiveThirtyEight dataset.
You can view a live demo of this project here.
- Requrires node to run locally
- Clone the repository
- Install dependencies with
npm install
- Run locally with
npm run start
(for development) - Build for production with
npm run build
- This creates a
dist/
folder within the directory with all necessary assets bundled for deployment
- This creates a
Created for SCMP368: Software Development at Kenyon College by @milesshebar, @hoode15, and @flynnshannon.