CRWN Clothing is a mini e-commerce website built with react and firebase that offers a variety of clothing collections.
- Multiple clothing collections
- Product listings within each collection
- Working shopping cart with local storage persistence
- Simulated checkout process using Stripe for payments
- Ability to use dummy payment information for testing
- Sign in with google account
- Clone the repository
- Run
npm install
to install dependencies
- Run
npm start
to start the development server - Open
http://localhost:3000
in your browser
This project uses Stripe to simulate payments. The dummy credit card details are available on the payment page.
[List the main technologies, frameworks, or libraries used in your project. For example:]
- React.js
- Redux
- Stripe API