CRWN Clothing v2 is a full-featured e-commerce application built with React, Redux, Redux Saga, Stripe, Firebase, Sass, Styled Components, Typescript, and Jest. This project was developed as part of a React course on Udemy.
https://github.com/samuelcasanova/crwn-clothing-v2
CRWN Clothing v2 is a complete e-commerce solution that allows users to browse through various product categories, add items to their cart, and complete the purchase using secure payment methods. The application provides a visually appealing and user-friendly interface to enhance the shopping experience.
The project uses the following dependencies:
A JavaScript library for building user interfaces.
A predictable state container for JavaScript apps.
A middleware library for handling asynchronous actions in Redux.
A popular payment processing platform.
A platform for building web and mobile applications.
A CSS extension language that enables more powerful stylesheets.
A CSS-in-JS library for styling React components.
A typed superset of JavaScript that compiles to plain JavaScript.
A JavaScript testing framework.
To run the CRWN Clothing v2 project locally, follow these steps:
- Clone the repository:
git clone https://github.com/samuelcasanova/crwn-clothing-v2.git- Navigate to the project directory:
cd crwn-clothing-v2- Install the dependencies:
npm install- Start the development server:
npm start- Open your web browser and visit
http://localhost:3000to see the application in action.
Once the project is set up and running, you can browse the different product categories, add items to the cart, and proceed to checkout using the provided payment methods. The application provides an intuitive and seamless shopping experience.