Skip to content

ahamedirfanai/ERP-SYSTEM-WITH-REACT-ENTNT-ASSIGNMENT-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simplified ERP System with React Documentation

This repository contains the front end code for a web application. The application allows users to manage products and orders and also order calendar views to see the expected delivery date of the order. It is built using React.

How to Run the Application

  1. Clone the Repository: Clone this repository to your local machine using the following command:

    git clone <repository-url>
  2. Navigate to the Project Directory: Change your current directory to the project directory:

    cd ERP-system
  3. Install Dependencies: Install the required dependencies using npm or yarn:

    npm install

    or

    yarn install
  4. Run the Application: Start the development server:

    npm start

    or

    yarn start
  5. Access the Application: Once the server is running, you can access the application by opening your web browser and navigating to http://localhost:3000.

Interaction with the Website & Usage of the Web Application

DASHBOARD

Picsart_24-03-12_13-15-46-184

The Dashboard page provides an overview of product and order information.

PRODUCT PAGE

Picsart_24-03-12_14-19-35-027

On the Products page, you can view, add, edit, and delete products.

Viewing Product Information

Picsart_24-03-12_14-41-38-773

On the Products page, you can see a list of products with details such as name, category, price, and stock quantity.

Editing a Product

Picsart_24-03-12_14-47-16-281

To edit a product, click on the "Edit" button next to the product you want to edit. Update the information and click "Save".

Adding a New Product

Picsart_24-03-12_14-52-12-169

To add a new product, click on the "Add Product" button, fill in the required fields, and click "Save".

ORDER PAGE

Picsart_24-03-12_15-55-32-683

On the Orders page, you can view order details, update order status, and delete orders.

Viewing Order Details

Screenshot (88)-01

On the Orders page, you can view details of each order by clicking on the "View Details" button.

Updating Order Status

You can update the status of an order to "Shipped" by clicking the "Ship" button.

Order Calender view

Picsart_24-03-12_16-11-12-344

You can view and display the order with expected delivery date by clicking a particular date on a calender

Navigation

Screenshot_20240313-093210_Evolution X Launcher-01

Use the navigation bar at the top of the page to switch between different sections of the application: Dashboard, Products, and Orders.