A full stack JavaScript CMS for managing your personal crafting inventory
- React.js
- Webpack 4
- Bootstrap 4
- HTML5
- CSS3
Try the application live at https://craftingcache.samcnagle.com
- Users can add a new inventory list based on category.
- Users can view a list of all custom added categories.
- Users can view their crafting inventory by category.
- Users can view all items in all crafting categories.
- Users can add new items to a categories inventory.
- Users can update the amount of an item.
- Users can delete an item from their inventory table.
- NPM 6 or higher
- MySQL 7 or higher
-
Clone the repository.
git clone https://github.com/kittenbites/student-grade-table.git cd student-grade-table
-
Install all dependencies with NPM.
npm install
-
Start the project. Once started you can view the application by opening http://localhost:3000 in your browser.
npm run dev