Basil is an admin dashboard designed for order management. It provides a user-friendly interface for managing orders efficiently.
You can access the live dashboard here.
- Order Management: Easily view and manage orders.
- Filter Data: Filter data using a status for easy convenience.
- Print PDF: Generate printable PDFs of order details for record-keeping.
Basil is optimized for performance, ensuring a smooth user experience even with large datasets.
- React.js: Frontend framework for building the user interface.
- Vercel: Hosting platform for deploying the dashboard.
npm install react-dom
npm install html2pdf.js
npm i react-router-dom@latest
To run Basil locally, follow these steps:
- Clone the repository:
git clone https://github.com/prabhat1001/basil.git
- Install dependencies:
npm install
- Start the development server:
npm start