{"id":24579963,"url":"https://github.com/razor-eng/ecommerce-2024","last_synced_at":"2025-08-21T14:09:39.427Z","repository":{"id":259450812,"uuid":"877905757","full_name":"Razor-eng/Ecommerce-2024","owner":"Razor-eng","description":"FullStack Ecommerce website using nextjs and firebase","archived":false,"fork":false,"pushed_at":"2024-12-28T20:54:48.000Z","size":3417,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-25T03:29:35.212Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://easybuyy.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/Razor-eng.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,"zenodo":null}},"created_at":"2024-10-24T12:54:33.000Z","updated_at":"2025-04-24T16:03:47.000Z","dependencies_parsed_at":"2024-10-25T15:17:15.584Z","dependency_job_id":"e2a5bdd6-7fca-4f6f-bfb3-b482e0d92210","html_url":"https://github.com/Razor-eng/Ecommerce-2024","commit_stats":null,"previous_names":["razor-eng/ecommerce-2024"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Razor-eng/Ecommerce-2024","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Razor-eng%2FEcommerce-2024","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Razor-eng%2FEcommerce-2024/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Razor-eng%2FEcommerce-2024/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Razor-eng%2FEcommerce-2024/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Razor-eng","download_url":"https://codeload.github.com/Razor-eng/Ecommerce-2024/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Razor-eng%2FEcommerce-2024/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271493232,"owners_count":24769117,"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","status":"online","status_checked_at":"2025-08-21T02:00:08.990Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2025-01-24T01:30:12.363Z","updated_at":"2025-08-21T14:09:39.405Z","avatar_url":"https://github.com/Razor-eng.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EasyBuyy\n\nThis is an Ecommerce website with an admin panel, built using **Next.js**, **Tailwind CSS**, and **Material UI** for a seamless and modern user experience. The project includes various features like a live store, product management, real-time updates, and more.\n\n## Live Demo\n\nYou can view the live project here:\n\n[Live Demo](https://easybuyy.vercel.app/)\n\n## GitHub Repository\n\n[GitHub Repository](git@github.com:Razor-eng/Ecommerce-2024.git)\n\n## Features\n\n- **Admin Panel**: Full access to product management, order tracking, and user management.\n- **Product Management**: Add, edit, and remove products from the storefront.\n- **User Authentication**: User login and registration with Firebase Authentication.\n- **Real-Time Updates**: Instant updates of product information and inventory.\n- **Chart Integration**: Display interactive data using **Chart.js**.\n- **Responsive Design**: Fully responsive and mobile-friendly interface with **Tailwind CSS**.\n- **Interactive UI Components**: Built with **MUI** and **Radix UI** for enhanced UI elements like alerts, dropdowns, and tooltips.\n- **Toast Notifications**: Notification system with **react-hot-toast**.\n- **Rich Text Editor**: Content editing with **react-quill**.\n\n## Tech Stack\n\n- **Frontend**: \n  - Next.js\n  - React\n  - Tailwind CSS\n  - Material UI (MUI)\n  - Radix UI\n  - Chart.js\n  - React-Quill\n  - React Slick\n  \n- **Backend**:\n  - Firebase for Authentication and Database Management\n\n## Installation\n\nTo run this project locally, follow these steps:\n## Installation\n\nTo run this Ecommerce-2024 project locally, follow these steps:\n\n**1. Clone the Repository**\n\n**Prerequisites:** You'll need Git installed. Download it from [https://git-scm.com/](https://git-scm.com/).\n\n    git clone git@github.com:Razor-eng/Ecommerce-2024.git\n    cd Ecommerce-2024\n\n\n### 2. **Install Dependencies**\n\nNext, install the required dependencies using npm. Run the following command in your terminal:\n\n    npm install\n\n\n### 3. Set up Firebase\n    \nCreate a Firebase project and set up Firebase authentication and Firestore database. After setting up Firebase, add your Firebase configuration to a `.env.local` file at the root of the project.\n    \n  Example `.env.local`:\n    \n    NEXT_PUBLIC_FIREBASE_API_KEY=your-api-key\n    NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN=your-auth-domain\n    NEXT_PUBLIC_FIREBASE_PROJECT_ID=your-project-id\n    NEXT_PUBLIC_FIREBASE_STORAGE_BUCKET=your-storage-bucket\n    NEXT_PUBLIC_FIREBASE_MESSAGING_SENDER_ID=your-sender-id\n    NEXT_PUBLIC_FIREBASE_APP_ID=your-app-id\n\n### 4. Run the development server\n\nOnce you've installed the dependencies and set up Firebase, you can start the development server. Run the following command:\n\n    npm run dev\n\n## Contributing\n\n1. Fork the repository.\n2. Create a new branch (`git checkout -b feature/your-feature`).\n3. Commit your changes (`git commit -am 'Add new feature'`).\n4. Push to the branch (`git push origin feature/your-feature`).\n5. Open a Pull Request.\n\n\n## Acknowledgements\n\n- **Next.js** for the SSR (Server-side rendering) framework.\n- **Tailwind CSS** for utility-first CSS.\n- **Material UI** for pre-built React components.\n- **Radix UI** for low-level UI components.\n- **Firebase** for authentication and real-time database services.\n- **Chart.js** for interactive charts.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frazor-eng%2Fecommerce-2024","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frazor-eng%2Fecommerce-2024","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frazor-eng%2Fecommerce-2024/lists"}