Git Product home page Git Product logo

capstone-1's Introduction

Capstone 1 - Inventory Management System User Interface (UI)

Your task is to Build an Inventory Management for the business of your choice. It can be for a grocery store, a car dealership, a jewelry shop, a cell phone store, a book store, or any other legitimate business that maintains an inventory. Take some time to plan out your strategy for completing this project. As the saying goes, "If you fail to plan, you plan to fail."

In the root of this repository, you will find a a pdf file outlining a methodology to approaching & solving any problem. The file is called : "Polya's Problem Solving Framework.pdf" Feel free to research and learn more about the framework online, or simply use the .pdf file as a primary reference.

Before you dive into coding, follow the steps of Prolem Solving framework, and document the steps you will be taking for this project in the UPER.md file.

As part of your planning process, you may want to look into some UX design tools, otherwise known as "wireframing" tools. A few examples are :

  • Figma
  • Sketch
  • Balsamiq
  • Omni Graffle
  • Mockplus
  • Adobe XD

Minimum Viable Product (MVP)

The App must be created using the React.js framework.

Required Functionality:

  • A Product Page View that displays Products with the following details:
    • Product Name
    • Serial Number
    • Price
    • Manufacturer
    • Category / Tag
  • A Shopping Cart View that allows for Purchase Functionality
  • Search Functionality By Product Name
  • Allow customers to purchase multiple quantities of the same item.
  • Must have at least 10 items in the inventory

For this project, no backend database is required. You can store all your "inventory data" in a simple .json or .txt file, or in any way that is easiest for you to store the inventory data.

Bonus Functionality :

  • All items have images / thumbnails
  • Search functionality by all the remaining item details (serial,price,manufacturer,category)
  • Integrate with a 3rd party payment processing tool (Stripe / Paypal)
  • Error Handling when customers attempt to purchase more than what is currently available
  • Error Handling when customers search for something that is not in the inventory

****

Git Instructions

  • Create a template copy of this repository by clicking : "Use this template"
  • Name the repository the same name as the master template repository.
  • Add your TA as collaborator
  • Clone YOUR repo to your local computer
  • Create a new branch: git checkout -b <firstName-lastName>.
  • Implement the project on your newly created <firstName-lastName> branch, committing changes regularly.
  • Push all of your commits: git push origin <firstName-lastName>.
  • When ready for your TA to review, open a Pull Request (PR) and add your TA as a collaborator.

****

capstone-1's People

Contributors

1fungi99 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.