Business Inventory Tracker is an application for a coffee shop, where user can keep track of their coffee inventory.
- HTML
- CSS
- JavaScript
- React
- NPM
- Node
- Webpack
- ESLint
- Babel
This App tracks the inventory of a local coffee shop. It allows the user to update coffee by selling 1 lb, Adding new inventory to the shop, updating and deleting inventory.
- You can clone this repository, you can do this by going to this link https://github.com/ZuriGa/Business-Inventory-Tracker.git
- follow the link above and click on the <>Code button then click on the copy button. Wherever you are storing your projects on your computer, use this git command: git clone url-of-remote-repo. A new folder should be created on your computer and you can navigate it now.
- once is clone follow these prompts to install all the packages.
- Start by installing all packages run
npm install - To build the project using webpack run
npm run build - Start a development server with run
npm run start - Linting js files in the src folder run
npm run lint - running test with jest use
npm run test - You can also fork this repository by clicking the "Fork" button in the remote repository.
- Click "create new fork" and then select your account as the "Owner", after this you have your own copy of this repository to your GitHub Account.
- No known bugs
MIT License
Copyright (c) 2023 Zuri Gallegos
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.