An e-commerce platform built using React, styled with Tailwind CSS, and powered by JSON Server for the backend. User authentication is handled via JWTAuth, and Context API is used for global state management. The application is deployed on Netlify (frontend) and Render (backend).
- Product Listing: Browse through available products with detailed information.
- User Authentication: Secure login and signup using JWTAuth.
- Shopping Cart: Add products to your cart and review your selections before purchase.
- Responsive Design: Tailwind CSS ensures mobile-first responsiveness.
- Context API: Efficient state management for cart and user authentication.
- Backend with JSON Server: Simulated backend for product and user data.
- Frontend: React, Tailwind CSS
- Backend: JSON Server (for simulating API calls)
- Authentication: JWTAuth
- State Management: Context API
- Deployment: Netlify (Frontend), Render (Backend)
