This is the frontend of the E-Commerce Platform built with React.js, Vite, Tailwind CSS, and Redux/Context API.
It provides a beautiful shopping UI with authentication, product browsing, cart management, and an admin dashboard.
- 🔐 User Authentication (Login/Register with JWT)
- 🛍️ Product listing, search & category filters
- 🛒 Shopping cart & checkout flow
- 📦 Order tracking in user dashboard
- 🧑💼 Admin dashboard for managing users, products, and orders
- 🎨 Styled with Tailwind CSS
- React.js + Vite
- React Router DOM
- Tailwind CSS
- Axios + React Toastify
- Node.js (v14 or later)
- npm or yarn
# Go inside frontend folder
cd Frontend
# Install dependencies
npm install
# Create .env file and add:
VITE_API_URL=http://localhost:5000/api
# Run development server
npm run dev