Skip to content

Commit

Permalink
updated readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sanskriti2005 committed Jan 4, 2025
1 parent a263074 commit 28fa5c6
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 3 deletions.
28 changes: 26 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,26 @@
# ever-shade
EverShade is a digital platform revolutionizing the beauty industry by combining sustainability and inclusivity. It aims to provide a personalized and eco-conscious shopping experience while celebrating the diverse beauty of every individual.
# EverShade - Revolutionizing Beauty with Sustainability and Inclusivity

EverShade is a digital platform revolutionizing the beauty industry by combining sustainability and inclusivity. It aims to provide a personalized and eco-conscious shopping experience while celebrating the diverse beauty of every individual.

This project integrates Firebase for user authentication, cart and wishlist management, and personalized user experiences using CDN links.

## Features

- **User Authentication**
- Login and Signup functionality using Firebase Authentication.
- Uses Firebase `uid` for user identification instead of emails.

- **Personalized Shopping Experience**
- Users can create and manage their cart and wishlist with Firebase Firestore.
- Personalized recommendations based on user preferences.

## Technologies Used

- **Frontend**
- HTML
- CSS

- **Backend**
- JavaScript
- Firebase

1 change: 1 addition & 0 deletions cart.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
<div class="nav-ele">Mini Size</div>
</div>

<h3>Your Cart</h3>
<div id="cart-prod-container">

</div>
Expand Down
3 changes: 2 additions & 1 deletion wishlist.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
<div class="nav-ele">Tools & Brushes</div>
<div class="nav-ele">Mini Size</div>
</div>


<h3>Your Wishlist</h3>
<div id="wishlist-prod-container">

</div>
Expand Down

0 comments on commit 28fa5c6

Please sign in to comment.