KKShakya /
BeYoung
This is an Ecommerce website made with ReactJS and Chakra UI . I have used Myntra API here for the products sections. You can have different sections Kids, women's and men's .You can shop around for your choice.
34/100 healthLoading repository data…
Rahulkrsharma2004 / repository
Myntra is an online e-commerce website for personal care and beauty products. Signup and login functionality , User and admin dashboard , Product and cart page are some of the features. Built the backend via NodeJS and MongoDB. Created the admin dashboard with all functionality Designed product and single product page.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
├── assets
├── Components
│ ├── Cart
│ │ ├── Cart.jsx
│ │ └── Cart.css
│ ├── Footer
│ │ ├── Footer.jsx
│ │ └── Footer.css
│ ├── Product
│ │ ├── Product.jsx
│ │ └── Product.css
│ ├── Navbar
│ │ ├── Navbar.jsx
│ │ └── Navbar.css
│ ├── Login
│ ├── Login.jsx
│ └── Login.css
├── Context
│ └── AuthContext.jsx
├── Pages
│ ├── bag
│ │ ├── Bag.jsx
│ │ └── Bag.css
│ ├── home
│ │ ├── Home.jsx
│ │ └── Home.css
│ ├── login
│ │ ├── Login.jsx
│ │ └── Login.css
│ ├── orders
│ │ ├── Order.jsx
│ │ └── Order.css
│ ├── product
│ │ ├── product.jsx
│ │ └── Product.css
│ ├── profile
│ │ ├── profile.jsx
│ │ └── Profile.css
│ ├── wishlist
│ ├── Wishlist.jsx
│ └── Wishlist.css
├── Routes
│ └── AllRoute.jsx
├── App.jsx
├── App.css
├── main.jsx
└── index.css
Myntra is an online e-commerce website for personal care and beauty products. Signup and login functionality , User and admin dashboard , Product and cart page are some of the features. Built the backend via NodeJS and MongoDB. Created the admin dashboard with all functionality Designed product and single product page.
Selected from shared topics, language and repository description—not editorial ratings.
KKShakya /
This is an Ecommerce website made with ReactJS and Chakra UI . I have used Myntra API here for the products sections. You can have different sections Kids, women's and men's .You can shop around for your choice.
34/100 healthFollow these steps to set up the project locally:
Clone the repository:
git clone https://github.com/Rahulkrsharma2004/Myntra-App-Frontend/frontend.git
cd Myntra-App-Frontend/frontend
npm run dev