E-Buy is an e-commerce platform designed to provide a seamless shopping experience. This repository houses the codebase for the platform, integrating various technologies to create a dynamic and user-friendly online shopping site.
The code in this repository constitutes the backbone of the E-Buy website, enabling users to browse products, add items to their cart, and proceed with purchases. The platform also includes functionalities for managing the shopping cart, allowing users to review and modify their selected items before checkout.
- Next.js: Used for building a fast and scalable frontend.
- Tailwind CSS: Providing a utility-first CSS framework for styling the interface.
- Cookies: Handling user sessions and preferences.
- API Integration: Fetching store data from external APIs to populate the website.
The vision of this project is to establish a robust e-commerce platform that simplifies online shopping for users. We aim to create an intuitive interface, optimize performance, and enhance the overall user experience.
Work in Progress
- Frontend setup using Next.js
- Integration of Tailwind CSS for styling
- API setup for fetching store data
- Implementation of cart functionality allowing users to add and manage items
- User authentication and session management
- Checkout process implementation
- Refinement of UI/UX elements
Note: While the project has implemented cart functionality, there are still pending features like user authentication and the checkout process. Contributions and feedback are welcome.