/ice-cream-shop

React Fundamentals

Primary LanguageJavaScript

Ice Cream Shop

By Monica Barboza

An App that tracks the inventory of a local ice cream shop.

Technologies Used

  • HTML
  • CSS
  • JavaScript
  • Webpack
  • NPM
  • ESLint
  • Babel
  • Bootstrap
  • Vite
  • React
  • Miro

Description

This App tracks the inventory of a local ice cream shop. It allows you to update ice cream scoops sold, Restock by the bucket(then adds 130 scoops per bucket). You can Also add new flavors to the shop. To navigate back to all flavors by clicking the home button. IceCreamInventory

Setup/Installation Requirements

  • Open terminal or command prompt.
  • Clone the repository by running the following command to your desktop: git clone https://github.com/MonBoza/ice-cream-shop.git
  • Run npm install in your terminal
  • Run npm install bootstrap for design and npm install uuid
  • To start the live server add npm run dev to your terminal
  • Lint the JavaScript files in src/js folder with $ run Lint
  • Test out functions and methods with jest with $ npm run test.
  • Open the project in your favorite code editor.
  • Navigate to the to the src file for all the components used.

Component Diagram

diagram

Known Bugs

One bug when you sell all the scoops and restock it adds 2 Buckets but only 130 scoops.

License

Copyright 2023 MONICA BARBOZA

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.

Email: (mailto:MonBoza@gmail.com)

Copyright (c) December 8, 2023 Monica Barboza

github profile: https://github.com/MonBoza