Skip to content

bohdan-mykhailenko/ui_inventory-app

Repository files navigation

Inventory Application

Overview

Description

This project is an online inventory where you can store and manage orders and products. Easy to use with all possible functions for comfortable browsing and interacting!

Features

  • Upload and interact with data: Get, create, and delete orders or products.
  • Count active sessions: Using the web socket the app counts sessions.
  • Search and filter: Ability to find a specific product or order.
  • Adaptability: Full adaptability for different screen resolutions.
  • Validation: Correct validation for forms to create new items.

Technologies

General

Fetching

Validation

Animations

Styles

Container

Preview

Orders Page

image

Detailed Order

image

Products Page

image

Add Product Modal

image

How to start

Follow these steps to start app in your local machine:

  1. Clone the repo: https://github.com/<username>/inventory.git

  2. Navigate to the project dir: cd inventory

  3. Install dependencies: npm install

  4. Start the server: npm start