/inventory-tracker

Epicodus Personal Project using React

Primary LanguageJavaScript

Inventory Tracker

This is an application in React that tracks inventory for a Coffee Shop.


Authored By:

Jonathan Liera February 2023


Table of Contents

  1. Description
  2. Technologies Used
  3. Setup Instructions
  4. Diagram
  5. Known Bugs
  6. License Information

Description

An application built with React that allows the owner to track their inventory.This coffe shop lets the user see a list/menu of all available types of coffe beans.For each item you can see its name, price, origin and roast.The user can also submit a form to add a new coffee type.


Technologies Used

  • React

  • Javascript

  • Node.js

  • Visual Studio Code

  • Github

  • Razor

  • Markdown


Setup/Installation Requirements

  1. Clone this repository to your desktop.
  2. Navigate to the projects root directory by entering $cd inventory-tracker
  3. Install all dependencies by entering $ nmp install
  4. Run the application by entering $ npm run start

Diagram

  1. This diagram shows how the application is planned out from the beginning. It shows all the components that are being used. component diagram image

Known Bugs

  • No known bugs

License

_If you have any questions or concerns please contact me @jonliera1@gmail.com. You are also welcome to contribute if you feel you may so.

*MIT License

Copyright <Nov 2022>

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE._