crwn shopping app for learning
Live link - https://crwn-clothing-ecommerce-store.netlify.app/ CRWN Clothing is an e-commerce website built with React, Redux, Firebase, Stripe, and Sass.
- User authentication with Firebase
- Shopping cart functionality with Redux
- Live data storage with Firebase
- Responsive design with Sass
- Clone the repository
- Install dependencies with
npm install
- Create a Firebase account and set up a new project
- Add your Firebase configuration to
src/firebase/firebase.utils.js
- Start the development server with
npm start
CRWN Clothing is a fully functional e-commerce website. Users can create an account, browse products, add items to their cart, and complete a payment. The website also includes an admin panel where authorized users can manage products and categories.
Contributions are welcome! To contribute to the project, please fork the repository, create a new branch, and submit a pull request.