/crafting-cache

A fullstack JavaScript content management system for managing your personal crafting inventory

Primary LanguageJavaScript

crafting-cache

A full stack JavaScript CMS for managing your personal crafting inventory

Technologies Used

  • React.js
  • Webpack 4
  • Bootstrap 4
  • HTML5
  • CSS3

Live Demo

Try the application live at https://craftingcache.samcnagle.com

Features

  • 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.

Preview

Crafting Cache

Development

System Requirements

  • NPM 6 or higher
  • MySQL 7 or higher

Getting Started

  1. Clone the repository.

    git clone https://github.com/kittenbites/student-grade-table.git
    cd student-grade-table
  2. Install all dependencies with NPM.

    npm install
  3. Start the project. Once started you can view the application by opening http://localhost:3000 in your browser.

    npm run dev