Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1.46 KB

File metadata and controls

45 lines (28 loc) · 1.46 KB

ENTNT- ERP SYSTEM

Overview

This project is a simplified ERP (Enterprise Resource Planning) system implemented using React. It provides basic functionalities for managing products and orders.

You can find project files here.

Features

  • Dashboard: Provides an overview of key metrics like Products, Orders, etc.
  • Products Management: Tabular view, Add, edit, and delete products.
  • Orders Management: View and handle orders (Accept, Reject, Process, Delete).
  • Orders Calendar: A calendar interface that showcases orders according to their anticipated delivery dates.

Project Structure

See the project structure here.

Getting Started

  1. Clone this repository.
  2. Install dependencies using npm install.
  3. Start the development server using npm start.
  4. Open ERP-SYSTEM to view the application in your browser.

Technologies Used

  • React
  • React Router
  • Bootstrap

Screenshots

For Desktop View

Desktop View

For Mobile View

Mobile View

Conclusion

Thank you for taking the time to explore my project! 🚀

Happy coding! 🎉