Skip to content

columbia-fsae/InventoryDatabase

Repository files navigation

. ├── package.json ├── CHANGELOG.md ├── ISSUE_TEMPLATE.md ├── LICENSE.md ├── README.md ├── Documentation │   └── documentation.html ├── github-assets │   └── react.svg ├── public │   ├── index.html │   └── manifest.json └── src ├── index.js ├── logo-white.svg ├── logo.svg ├── routes.js ├── assets │   ├── css │   ├── demo │   ├── fonts │   ├── img │   └── scss │   ├── black-dashboard │   │   ├── bootstrap │   │   │   ├── mixins │   │   │   └── utilities │   │   ├── custom │   │   │   ├── cards │   │   │   ├── mixins │   │   │   ├── utilities │   │   │   └── vendor │   └── black-dashboard.scss ├── components │   ├── FixedPlugin │   │   └── FixedPlugin.js │   ├── Footer │   │   └── Footer.js │   ├── Navbars │   │   ├── AdminNavbar.js │   │   └── RTLNavbar.js │   └── Sidebar │   └── Sidebar.js ├── layouts │   ├── Admin │   │   └── Admin.js │   └── RTL │   └── RTL.js ├── variables │   └── charts.js └── views ├── Dashboard.js ├── Icons.js ├── Map.js ├── Notifications.js ├── Rtl.js ├── TableList.js ├── Typography.js └── UserProfile.js

# InventoryDatabase
Inventory database implemented with FireBase
run npm build before deploying

About

Inventory database implemented with FireBase

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published