A modern e-commerce frontend built with React, designed to interact with the ShopEase API. Manage products, wishlists, carts, orders, and payments seamlessly with a user-friendly interface.
- User Authentication: Login, registration, and profile management.
- Product Browsing: Explore products by category, search, and filters.
- Cart & Wishlist: Add/remove items, adjust quantities, and track favorites.
- Order Management: Place orders, track status, and view history.
- Reviews & Ratings: Submit and read product reviews.
- Clone the repository:
git clone https://github.com/ripionck/shop-ease-fe.git
- Install dependencies:
cd shop-ease-fe && yarn install
- Start the development server:
yarn dev
- Frontend: React
- State Management: Context API
- Styling: Tailwind CSS
- HTTP Client: Axios
- Icons: Lucide React Icons
- Environment: Vite
- Fork the repository.
- Create a feature branch:
git checkout -b feature/your-feature. - Commit changes:
git commit -m 'Add your feature'. - Push to the branch:
git push origin feature/your-feature. - Submit a pull request.