Simplified-ERP-System Tailwind Templates

Simplified Erp System

Simplified ERP (Enterprise Resource Planning) System using React JS , Tailwind CSS designed to manage basic business operations efficiently.

React.js Front-End Application with Tailwind using Vite

This repository contains a front-end application built with React.js, Tailwind CSS, and bundled with Vite. Below are the instructions for setting up and running the application.

Prerequisites

Setup

  • Clone this repository to your local machine:

    git clone <repository-url>
    
  • Navigate to the project directory:

    cd <project-directory>
    
  • Install dependencies using npm:

    ```bash npm install

Running the Application

  • To run the application locally, execute the following command:

    ```bash npm run dev

  • Please ensure that you have a stable internet connection while running the application (for images that are hosted online).

This command starts the development server. Once the server is running, you can access the application in your web browser at http://localhost:5173.

Building for production

  • To build the application for production, use the following command:

    ```bash npm run build

Simplified ERP System

This system consists of the following pages:

  • Dashboard - Provides an overview of the system's features.
  • Products Management - Allows for the management of product listings.
  • Orders Management - Facilitates viewing and handling orders.

Objectives

  • Developed a user-friendly interface for managing key aspects of a business.
  • Utilized React for building modular components and managing application state.
  • Implemented navigation between different sections of the ERP system using React Router.
  • Created a responsive design suitable for both desktop and mobile devices.

Below are the steps to how to use this website and explore its interactiveness

Dashboard

  • Functionality - Quick navigation to the Products and Orders management pages.

https://github.com/anwesha2240/Simplified-ERP-System/assets/95692315/28822376-3f1a-40df-854d-e1a0be3a5dfb

  • Dropdown Navigation Bar at top of the page

  • User- friendly and fully responsive.

    Image 1

Products Management

  • Display of categories of products the system deals in.

  • Per month bar graph analysis of available stocks.

  • A list of products with details such as name, category, price, and stock quantity, using mock data (ProductData).
  • Functionalities - Add, edit, and delete products.

https://github.com/anwesha2240/Simplified-ERP-System/assets/95692315/8aa0dbc2-c622-4086-ae21-01504157c9af

  • User- friendly and fully responsive.
    Image 1 Image 2 Image 2

Orders Management

  • HeroSection consisting of data about - total orders, refunds ratings, reviews, profit, revenue.

  • A line curve depicting total orders of the product every month.

  • A list of orders, including details like order ID, customer name, order date, and status, using mock data.

  • Functionalities - Allow viewing of order details, updating the order status, and deletion of orders.

https://github.com/anwesha2240/Simplified-ERP-System/assets/95692315/21fef6c9-3fe1-4e7b-8c6a-308e8ed64839

  • User-friendly and fully responsive.
    Image 6 Image 7

Enjoy exploring the React.js front-end application with Tailwind CSS! If you have any questions or need further assistance, don't hesitate to reach out at [email protected].

Top categories

Loading Svelte Themes