Skip to content

InStock is a React.js application for managing warehouses and inventory. It features a user-friendly interface for CRUD operations with search, sort functionality, and form validation.

Notifications You must be signed in to change notification settings

Martikk/warehouse-frontend-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Warehouse InStock Frontend

Welcome to the official video repository of Warehouse . Visit the video link: Warehouse-Instock.

Dreamy Dates Website Dreamy Dates Website Dreamy Dates Website Dreamy Dates Website

Table of Contents

Introduction

InStock is a frontend application for managing warehouses and inventory items. It provides a user-friendly interface for performing CRUD operations on warehouses and inventory.

Features

  • View all warehouses and inventory items
  • Add, edit, and delete warehouses
  • Add, edit, and delete inventory items
  • Search and sort functionality for inventory items
  • Validation for input fields

Technologies Used

  • React.js
  • Axios for API requests
  • React Router for navigation
  • SCSS for styling
  • dotenv for environment variables

Installation

  1. Clone the repository:
    git clone https://github.com/yourusername/instock-frontend.git
    cd instock-frontend
    1. Install dependencies:
    npm install
    

Environment Variables

Create a .env file in the root directory and configure the following variables:

REACT_APP_API_URL=http://localhost:8080

Running the Application

To start the application in development mode:

npm start

About

InStock is a React.js application for managing warehouses and inventory. It features a user-friendly interface for CRUD operations with search, sort functionality, and form validation.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published