Martikk / warehouse-frontend-

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.

Home Page:https://www.youtube.com/watch?v=_kAHgS-aRPc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://www.youtube.com/watch?v=_kAHgS-aRPc


Languages

Language:JavaScript 62.6%Language:SCSS 36.9%Language:HTML 0.5%