Milstein Program + Neighbor to Neighbor
This repository is an inventory system specifically designed to manage furniture items. The project represents a community partnership between the Milstein Program and the Neighbor to Neighbor nonprofit organization in Tompkins County, New York.
This system was designed to streamline the furniture donation process, from pickup to storage to dropoff.
Before accessing the inventory, all users must authenticate with their Gmail account via the login screen
In the system's current state, users can:
- add and modify furniture entries → beds, chairs, couches, dressers, tables
- search and filter inventory
- export inventory data to spreadsheet
Features in progress:
- furniture pickup/dropoff system
- external furniture entry forms
- internal landing page
-
Project setup:
npm install
-
Compiles and hot-reloads for development:
npm run serve
-
Compiles and minifies for production:
npm run build
-
Lints and fixes files:
npm run lint