This is e-commerce transactions dashboard built using Express.js, MongoDB, and React . It allows users to view transactions, fetched from a API, for a specific month, filter transactions by month, and display statistics for the selected month. The dashboard also includes a bar chart and a pie chart to visualize the data.
Live Demo : Click Me
- View transactions for a specific month
- Filter transactions by month
- Display statistics for the selected month
- Bar chart and pie chart visualization
Express.js MongoDB React Chart.js React-Chart-2.js
- Clone the repository
git clone https://github.com/your-username/ecommerce-transactions-dashboard.git
- Install dependencies
npm install
- Modify the .env
Change the MONGO_URI with your Database Credential
- Start the Server
npm run server
- Start the Client
npm run client
Ayush Kansal [https://www.linkedin.com/aykansal]