Skip to content

salil-01/Juneberry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Juneberry

Juneberrry is a full stack ecommerce website inspired by Anthropologie where one can purchase women's clothing, beauty products and accessories.

Collaborative project built by a team of 4 & completed in 5 days.

Deployed Links🔗

  • Frontend : git

- Backend : git

Tech Stack 💻

Frontend

html5 css3 javascript reactjs redux chakra-ui

Backend

nodejs expressjs mongodb

Folder Structure 📂

.
├── backend/
│   ├── config/
│   │   └── db
│   ├── models/
│   │   ├── user model
│   │   ├── admin model
│   │   ├── dress model
│   │   ├── shoes model
│   │   ├── admin model
│   │   └── order model
│   ├── routes/
│   │   ├── user route
│   │   ├── admin route
│   │   ├── dress route
│   │   ├── shoes route
│   │   └── order route
│   ├── middlwares/
│   │   ├── auth middleware
│   │   └── login middleware
│   └── index
└── frontend/
    └── src/
        ├── assets
        ├── components/
        │   ├── admin/
        │   │   ├── sidebar
        │   │   ├── dashboard
        │   │   ├── all products
        │   │   ├── add product
        │   │   ├── edit product
        │   │   ├── line chart
        │   │   ├── orders
        │   │   ├── users
        │   │   ├── stats
        │   │   └── product row
        │   ├── bag/
        │   │   ├── payment
        │   │   └── single product preview
        │   ├── admin private route
        │   ├── user private route
        │   ├── navbar
        │   ├── footer
        │   └── product side bar
        ├── pages/
        │   ├── allroutes
        │   ├── homepage
        │   ├── login
        │   ├── signup
        │   ├── product 
        │   ├── single product
        │   ├── bag
        │   ├── userorder
        │   └── notfound
        ├── redux/
        │   ├── adminReducer
        │   ├── authReducer
        │   ├── bagReducer
        │   ├── productReducer
        │   └── store
        ├── styles
        ├── utilis/
        │   └── getdata
        ├── app
        └── index

Snapshots 📷

  • Home page

  • Sign-In & Sign-Up

  • Products :- Dress

  • Single Product page

  • Bag page

  • Admin Dashboard

Contributors 😇