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.
- 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.
See the project structure here.
- Clone this repository.
- Install dependencies using
npm install. - Start the development server using
npm start. - Open ERP-SYSTEM to view the application in your browser.
- React
- React Router
- Bootstrap
Thank you for taking the time to explore my project! 🚀
Happy coding! 🎉