Skip to content

A React CRUD App that keeps track of the inventory for a film lab.

Notifications You must be signed in to change notification settings

NoahJpg/Film-Lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎞️ The Film Fridge 🎞️

🎨 By: Noah Atkinson

🏃 Run the App 💻
📝 Description 📚
💽 Technologies Used 💾
📊 Component Tree 🌲
🧰 Setup and Installation Requirements 🔨
🪲🐞 Known Bugs 🐛🐜
🪪 License 🪪

film fridge

Description

A web application that tracks inventory of the film fridge at a store that still sells it.

Technologies Used

  • React
  • JavaScript
  • JSX
  • CSS
  • NPM

Component Tree

Component Tree

Setup and Installation Requirements

  • Clone this repo.
  • Open your terminal (e.g., Terminal or GitBash) and navigate to this project's production directory called "film-lab".
  • In the terminal run the following command npm install.
  • Then run npm start which will open the project.

Known Bugs

  • When you edit a film stock's details, you are able to edit them and make changes. But, when you click save it gives an error "props.returnToList is not a function"
  • However, the changes are saved if you: X out of the error -> press Cancel -> Back To List

License

If you have any issues or have questions, ideas or concerns please contact me at noahatkinson1.1@gmail.com

MIT License

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.

Copyright (c) 2023 Noah Atkinson