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