{"id":25461305,"url":"https://github.com/mehedi752/lingo-bingo-website","last_synced_at":"2026-04-09T11:33:09.370Z","repository":{"id":275829874,"uuid":"915878390","full_name":"Mehedi752/Lingo-Bingo-Website","owner":"Mehedi752","description":"Welcome to the Vocabulary Learning Website, an interactive platform designed to help users enhance their vocabulary through flashcards, quizzes, and real-time progress tracking. Built with ReactJS and Firebase, this application ensures a seamless and engaging learning experience","archived":false,"fork":false,"pushed_at":"2025-02-04T19:25:20.000Z","size":1517,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-04T20:28:43.217Z","etag":null,"topics":["firebase","html5","javascript","react","tailwind-css"],"latest_commit_sha":null,"homepage":"https://your-live-project-url.web.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/Mehedi752.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":"2025-01-13T02:38:41.000Z","updated_at":"2025-02-04T19:26:38.000Z","dependencies_parsed_at":"2025-02-04T20:39:41.634Z","dependency_job_id":null,"html_url":"https://github.com/Mehedi752/Lingo-Bingo-Website","commit_stats":null,"previous_names":["mehedi752/lingo-bingo-website"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mehedi752%2FLingo-Bingo-Website","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mehedi752%2FLingo-Bingo-Website/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mehedi752%2FLingo-Bingo-Website/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mehedi752%2FLingo-Bingo-Website/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mehedi752","download_url":"https://codeload.github.com/Mehedi752/Lingo-Bingo-Website/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239416216,"owners_count":19634876,"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":["firebase","html5","javascript","react","tailwind-css"],"created_at":"2025-02-18T05:29:15.155Z","updated_at":"2025-11-03T14:30:25.127Z","avatar_url":"https://github.com/Mehedi752.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 💡 Vocabulary Learning Website\n\nWelcome to the **Vocabulary Learning Website**, an interactive platform designed to help users enhance their vocabulary through flashcards, quizzes, and real-time progress tracking. Built with **ReactJS** and **Firebase**, this application ensures a seamless and engaging learning experience🚀\n\n---\n\n## **✨ Core Features**\n\n### **🔑 User Authentication**\n- Secure login and signup using **Firebase Authentication**.\n- Supports Google Sign-In for quick access.\n\n### **📖 Vocabulary Flashcards**\n- Users can create, edit, and delete flashcards.\n- Organize words into different categories.\n\n### **📊 Progress Tracking**\n- Tracks user learning progress in real-time.\n- Displays quiz scores and completed flashcards.\n\n### **📡 Real-Time Database**\n- Uses **Firebase Firestore** to store and sync data instantly.\n- Ensures fast and efficient retrieval of vocabulary lists.\n\n### **🎨 Smooth User Experience**\n- Built with **ReactJS**, ensuring seamless interactions without page reloads.\n- **React Router** enables smooth navigation.\n\n### **📱 Fully Responsive Design**\n- Optimized for **desktop, tablet, and mobile** users.\n\n---\n\n## **🚀 Live Demo**\n\n[🔗 Vocabulary Learning Website - Live Version](https://your-live-project-url.web.app)\n\n---\n\n## **📚 Tech Stack**\n\n### **Frontend:**\n- React.js\n- Tailwind CSS\n- Daisy UI\n- React Router\n- React Toastify (Notifications)\n\n### **Backend (Firebase Services):**\n- Firebase Authentication (User Login \u0026 Signup)\n- Firebase Firestore (Real-time Database)\n\n### **Additional Tools:**\n- Axios for API requests\n- Sweet Alert for user-friendly popups\n\n---\n\n## **📦 Dependencies**\n\n### **Frontend Dependencies (`package.json`)**\n- `react`\n- `react-router-dom`\n- `tailwindcss`\n- `daisyui`\n- `react-toastify`\n- `firebase`\n- `react-icons`\n\n---\n\n## **💻 Installation \u0026 Setup**\n\nFollow these steps to set up **Vocabulary Learning Website** on your local machine.\n\n### **1️⃣ Clone the Repository**\n```bash\ngit clone https://github.com/your-username/vocabulary-learning.git\ncd vocabulary-learning\n```\n\n### **2️⃣ Install Dependencies**\n```bash\nnpm install  # Install required npm packages\n```\n\n### **3️⃣ Configure Firebase**\n1. Go to [Firebase Console](https://console.firebase.google.com/)\n2. Create a new Firebase project.\n3. Enable **Authentication** (Google Sign-In and Email/Password Login).\n4. Enable **Firestore Database** and set up security rules.\n5. Copy your Firebase configuration details and add them to a `.env` file.\n\n### **4️⃣ Set Up Environment Variables**\nCreate a `.env` file inside your project and add:\n```env\nVITE_FIREBASE_API_KEY=your_firebase_api_key\nVITE_AUTH_DOMAIN=your_firebase_auth_domain\nVITE_PROJECT_ID=your_firebase_project_id\nVITE_STORAGE_BUCKET=your_firebase_storage_bucket\nVITE_MESSAGING_SENDER_ID=your_firebase_messaging_sender_id\nVITE_APP_ID=your_firebase_app_id\n```\n\n### **5️⃣ Start the Development Server**\n```bash\nnpm run dev  # Runs the React frontend\n```\n\nNow, open **http://localhost:5173/** in your browser to start learning new words! 🚀\n\n---\n\n## **🛠️ Contributing**\nWe welcome contributions! Follow these steps to contribute:\n1. **Fork** the repository.\n2. **Create a feature branch** (`git checkout -b feature-name`).\n3. **Commit your changes** (`git commit -m \"Added new feature\"`).\n4. **Push to your branch** (`git push origin feature-name`).\n5. **Create a Pull Request**.\n\n---\n\n## **📜 License**\nThis project is **open-source** and licensed under the **MIT License**.\n\n---\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmehedi752%2Flingo-bingo-website","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmehedi752%2Flingo-bingo-website","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmehedi752%2Flingo-bingo-website/lists"}