Frontend for a secure, full-stack E-Commerce Dashboard built with React.js and TailwindCSS. This dashboard connects to a Node.js + Express + MongoDB backend and includes features like user authentication, product management, and real-time UI updates.
- Frontend: React.js, TailwindCSS
- Backend: Node.js, Express.js
- Database: MongoDB
- Authentication: JWT (JSON Web Tokens)
- API Testing: Postman
- JWT-based user authentication
- CRUD operations for products, users, and orders
- Responsive & modern dashboard UI using TailwindCSS
- Integrated with a RESTful backend API
- Tested all API routes with Postman
git clone https://github.com/your-username/ecommerce-dashboard-frontend.git
cd ecommerce-dashboard-frontendnpm installnpm start