/inventory-app-with-react-js

Inventory App Created with React Js, Inventory App is an application about managing a products.

Primary LanguageJavaScript

Inventory App with React JS

Inventory app is an application about managing a products, Here we can create, edit, delete and search a product

Table of contens

Requirements

  1. Node/NPM
  2. React Js
  3. inventory-app-js-backend for the API / backend side.

Installation

Clone

Frontend

$ git clone https://github.com/magung/inventory-app-with-react-js.git

Backend

$ git clone https://github.com/magung/inventory-app-js-backend.git

Install dependencies

To install dependencies enter project folder and run following command:

npm install

Running the app

npm start / react-scripts-start

Demo Project

Register

register

Login

login

Home

homepage

Search Product

searchproduct

Detail Product

detailproduct

Add Product

addproduct

Edit Product

editproduct