This project is an e-commerce website built for my personal portfolio. It includes features such as viewing shopping items from various sections, like men's, women's, hats, sneakers, and more. The website also includes a cart and payment feature using Stripe. The app is built with Create React App, Firebase for authentication and Firestore for cloud data. The project also uses React Router for client-side routing, Redux for state management, Axios for API requests, Styled Components and Sass for styling. This website is fully mobile responsive and user-friendly.
To get started with the project, clone the repository and install the dependencies:
git clone https://github.com/<your-username>/<repo-name>.git
cd <repo-name>
npm install
Then, you can start the development server by running:
npm start
This will start the development server on http://localhost:3000 and you can view the project in your browser.
You can view the live version of the website at https://crown-clothing-two-beryl.vercel.app/shop