Ecommerce

This project is a responsive e-commerce website built using React, Redux, Tailwind CSS, and some third-party libraries. It replicates a shopping site with essential features, including product listing, cart management, and checkout. The website offers a seamless shopping experience for users and allows them to explore and purchase various products.

Demo

Important Note: First create an account here or if already created, Log-in and it will take you to the main landing page of the website.
You can access the live demo (deployed on vercel) of this e-commerce website here.

Features

Product Listing

Display a variety of products with images, names, prices, and "Add to Cart" buttons. Implement filters to allow users to sort products by category, price range, or ratings.

Shopping Cart

Implement a cart section to display the added products, quantities, and total cost. Allow users to increase, decrease, or remove items from the cart. Display real-time updates of the cart total and item count.

Checkout

Implement a checkout process that calculates the total cost of items in the cart. Allow users to enter shipping information and payment details.

Responsive Design

Ensure the website is responsive and works seamlessly on both desktop and mobile devices. Optimize the layout for different screen sizes.

Provide user registration and login functionalities

Display the user's name and avatar when logged in.

Tech Stack:

React: A popular JavaScript library for building user interfaces.
Redux: A state management library for managing the application's global state.
Tailwind CSS: A utility-first CSS framework for styling the website.
React Router DOM: For handling routing within the application.
React Hook Form: For handling form input and validation.\

To run this project locally, follow these steps:

Clone the repository: git clone https://github.com/your-github-username/totalitycorp-frontend-challenge.git
Navigate to the project directory: cd totalitycorp-frontend-challenge
Install dependencies: npm install
Start the development server: npm start

Screenshots

image image image image image image image image image

Future Improvements

Here are some ideas for future improvements to enhance the project:

Implement user authentication to enable personalized shopping experiences. Add a rating and review system for products. Integrate payment gateways for real transactions. Improve the performance and loading speed of the website.