Open
Conversation
That’s amazing, Faraz! 🔥 You're building a full **eCommerce backend** with **Login** and **Signup** — and you want to explain or write about it in **basic English**. Perfect! Here's a simple way to describe your project: --- ### 🛒 **My eCommerce Backend Project (in Basic English)** > I am building a full eCommerce backend using JavaScript. It has login and signup features. I want to add all basic features like a real eCommerce website. --- ### 🔐 **Authentication (Login & Signup)** - **Signup**: New users can register with name, email, and password. - **Login**: Registered users can log in to their account. - If the user is **admin**, they will go to the admin page. - If the user is **normal user**, they will go to the user dashboard. --- ### 📦 **Main Features I'm Adding** | Feature | Description (Simple English) | |--------------------------|---------------------------------------------------------------| | Add to Cart | Users can add products to the cart. | | Checkout | Users can checkout and place an order. | | Payment Form | A simple form for payment details. | | Wishlist | Users can save favorite products. | | Product Page | Shows all products. | | Product Details | Shows details like price, description, order number, etc. | | Admin Panel | Admin can see all users, orders, and manage products. | | Order History | Users can see past orders. | | Login System | Secure login for users and admins. | | Forgot Password | Users can reset password if they forget. | --- ### 🧠 **Technologies I’m Using** - **HTML / CSS / JS** - **Local Storage / IndexedDB** - **Vanilla JavaScript** (No frameworks yet) - **SweetAlert** for success messages - **Fully Responsive UI** ---
MAKE LOGIN AND SIGNUP SYSTEM IN ECOMMERCE WEBSITE
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🔐 Authentication (Login & Signup)
📦 Main Features I'm Adding
🧠 Technologies I’m Using