Skip to content

Latest commit

 

History

History
79 lines (48 loc) · 3.71 KB

README.md

File metadata and controls

79 lines (48 loc) · 3.71 KB

E-commerce Website Built with React.js and Redux Toolkit

image

Welcome to the GitHub repository for the E-commerce website developed using React.js and Redux Toolkit. This repository contains the source code, documentation, and related resources for the FashHub E-commerce website.

Project Overview

FashHub is a fully functional E-commerce website that provides users with an engaging platform to explore, shop for, and purchase fashion products. The website is built using modern web development technologies including React.js for the frontend and Redux Toolkit for state management.

Live Website: https://fashhub.netlify.app/

Features

image

image

  • User-Friendly Interface: The website offers an intuitive and user-friendly interface, making it easy for customers to navigate and find products.

  • Product Catalog: A wide range of fashion products are showcased with detailed descriptions, images, and prices.

  • Responsive Design: The website is designed to be responsive and accessible across various devices, ensuring a consistent experience for all users.

  • Product Search: Users can search for specific products using keywords, streamlining their shopping experience.

  • Shopping Cart: The shopping cart functionality allows users to add products, review their selections, and adjust quantities before proceeding to checkout.

  • User Authentication: Secure user authentication system ensures safe and personalized shopping experiences.

  • Order Tracking: Registered users can track their orders and view their order history. image

image

Getting Started

To run this project locally on your machine, follow these steps:

  1. Clone the Repository: Use the following command to clone the repository to your local machine:

    git clone https://github.com/riteshk-007/E-commerce-site.git
    
  2. Install Dependencies: Navigate to the project directory and install the required dependencies using npm or yarn:

    npm install
    
  3. Run the Application: Start the development server with the following command:

    npm start
    

    The website will be accessible at http://localhost:3000.

Technologies Used

  • Frontend: React.js, HTML, CSS
  • State Management: Redux Toolkit
  • Routing: React Router
  • Deployment: Netlify

Contributing

image

Contributions are welcome! If you want to contribute to this project, please follow the guidelines in the CONTRIBUTING.md file.

License

This project is licensed under the MIT License.

Acknowledgments

image

We extend our gratitude to the open-source community and everyone who has contributed to the development of FashHub.


Feel free to explore the repository and the live website. If you have any questions, suggestions, or feedback, please create an issue on GitHub or reach out via the contact information provided in the repository. Thank you for your interest in our E-commerce website built with React.js and Redux Toolkit!