{"id":22197324,"url":"https://github.com/swapno963/lwskart","last_synced_at":"2026-04-10T22:32:33.137Z","repository":{"id":241719796,"uuid":"805251517","full_name":"Swapno963/lwskart","owner":"Swapno963","description":"E-commerce platform developed using Next.js, React, and Tailwind CSS. The platform includes user authentication, product listings, a detailed product view, and shopping cart functionality","archived":false,"fork":false,"pushed_at":"2024-06-18T11:00:06.000Z","size":2043,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-30T02:22:18.144Z","etag":null,"topics":["javascript","jwt-authentication","mongoose","nextauth","nextjs","pdf-lib","react-share","tailwindcss"],"latest_commit_sha":null,"homepage":"https://lwskart-nine.vercel.app","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Swapno963.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-05-24T07:32:57.000Z","updated_at":"2024-07-11T12:36:42.000Z","dependencies_parsed_at":"2024-06-18T12:13:47.243Z","dependency_job_id":"7608ed56-27a1-4064-ab65-bc95ca02bf39","html_url":"https://github.com/Swapno963/lwskart","commit_stats":null,"previous_names":["swapno963/lwskart"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Swapno963%2Flwskart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Swapno963%2Flwskart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Swapno963%2Flwskart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Swapno963%2Flwskart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Swapno963","download_url":"https://codeload.github.com/Swapno963/lwskart/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245366196,"owners_count":20603438,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["javascript","jwt-authentication","mongoose","nextauth","nextjs","pdf-lib","react-share","tailwindcss"],"created_at":"2024-12-02T14:19:11.323Z","updated_at":"2026-04-10T22:32:33.083Z","avatar_url":"https://github.com/Swapno963.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# E-commerce Platform\n\n## Overview\nThis is a comprehensive e-commerce platform developed using Next.js, React, and Tailwind CSS. The platform includes user authentication, product listings, a detailed product view, and shopping cart functionality, among other features. It is designed to be responsive, SEO-friendly, and includes internationalization for both Bengali and English.\n\n### email:swapno@gmail.com password:12\n### Live site : https://lwskart-nine.vercel.app/en\n\n\n## Features\n\n### User Authentication\n- Implemented using access tokens and refresh tokens.\n- Secure login and registration functionality.\n\n### Home Page\n- Custom home page based on the provided template.\n- Displays 'SHOP BY CATEGORY', 'Trending Products', and 'TOP NEW ARRIVAL' sections with data fetched from the database.\n\n### Product Details\n- Clicking on a product shows its detailed information fetched from the database.\n- The \"Related Products\" section shows items based on keywords, tags, or categories.\n- Share functionality to social media.\n\n### Cart and Wishlist\n- The \"Add to Cart\" and \"Add to Wishlist\" buttons increase the count in the navbar.\n- Buttons redirect to respective pages with proper data.\n- Functionality is available only when the user is logged in.\n- Redirects to login page if the user is not logged in, and retains the intended action post-login.\n\n### Search and Filter\n- Search feature displays results in a professional way.\n- Filter products by categories, price, and size on product listing and search results pages.\n\n### User Account\n- Account page displays and allows updates to \"Personal Profile\", \"Shipping Address\", and \"Billing Address\".\n- These pages are private routes, accessible only when the user is logged in.\n\n### Checkout\n- Displays items in the cart and includes a checkout form with validation.\n- On successful order placement, a success message is shown, and an invoice can be downloaded.\n\n### Order Management\n- Generates and emails a PDF invoice after order completion.\n- Uses `PDF-LIB` for PDF generation.\n\n### Inventory Management\n- Manages product stock, showing \"Stock Out\" when a product is unavailable.\n\n### Internationalization\n- Supports Bengali and English languages.\n\n### SEO\nThe home page and product details pages are SEO-friendly\n\n\n\n## Installation\n1. Clone the repository:\n    ```sh\n    git clone https://github.com/Swapno963/lwskart.git\n    cd lwskart\n    ```\n\n2. Install dependencies:\n    ```sh\n    npm install\n    ```\n\n3. Create a `.env` file for environment variables:\n  \n\n4. Run the development server:\n    ```sh\n    npm run dev\n    ```\n\n## Usage\n- Access the application at `http://localhost:3000`\n- Register a new user or login with existing credentials.\n- Browse products, add to cart or wishlist, and complete orders.\n- Update personal information and view order history in the account section.\n\n## Technologies Used\n- **Next.js**: Framework for server-rendered React applications.\n- **React**: JavaScript library for building user interfaces.\n- **Tailwind CSS**: Utility-first CSS framework for styling.\n- **Node.js**: JavaScript runtime for server-side code.\n- **MongoDB**: Database for storing product and user data.\n- **JWT**: JSON Web Tokens for authentication.\n- **PDF-LIB**: Library for PDF generation.\n- **Nodemailer**: For sending emails.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswapno963%2Flwskart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fswapno963%2Flwskart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswapno963%2Flwskart/lists"}