An online clothing store with multiple product categories.
Includes standard ecommerce platform lik functionalities
- Multiple Product Catelogues and side navigation for users
- Firebase Authentication for user sign in and sign up
- Shopping Cart, Favourites and Checkout Pages
- Payment page on checkout
- Complete Application is built with
ReactJS
. - dynamic nested routes are used to handle navigation in the app with
react-router-dom
Redux
andReselect
flow is used to handle state of the applicationFirebase firestore
is used for user and product catalogue database.- Site is currently hosted on Firebase.
Dependencies are managed with yarn.
- run
yarn add
to install all the dependencies. - run
yarn start
to start the application.
Application will start on port 3000
.
-
Current build is not responsive. I will make it responsive as I will get time.
-
Product Catalogues does not have data. Will complete this as well.