{"id":24149544,"url":"https://github.com/ayyush08/xquiz-it","last_synced_at":"2026-04-09T06:46:23.497Z","repository":{"id":260754248,"uuid":"877668678","full_name":"ayyush08/Xquiz-it","owner":"ayyush08","description":"Xquiz-it is an interactive digital quiz platform that allows users to take quizzes with multiple question types, get instant feedback on answers, and track their progress throughout. Xquiz-it aims to provide an engaging and educational experience for quiz takers.","archived":false,"fork":false,"pushed_at":"2024-12-07T12:34:39.000Z","size":370,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-12T08:38:52.758Z","etag":null,"topics":["expressjs","fullstack-development","javascript","jwt-authentication","mern-stack","mongodb","nodejs","quizapi","reactjs","redux-toolkit"],"latest_commit_sha":null,"homepage":"https://xquiz-it.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/ayyush08.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-10-24T03:20:11.000Z","updated_at":"2024-12-07T12:34:43.000Z","dependencies_parsed_at":"2024-11-07T18:47:38.407Z","dependency_job_id":"96340c4b-1435-40b9-88b9-f8fa2ea5c861","html_url":"https://github.com/ayyush08/Xquiz-it","commit_stats":null,"previous_names":["ayyush08/xquisite","ayyush08/xquiz-it"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayyush08%2FXquiz-it","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayyush08%2FXquiz-it/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayyush08%2FXquiz-it/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayyush08%2FXquiz-it/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ayyush08","download_url":"https://codeload.github.com/ayyush08/Xquiz-it/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241398543,"owners_count":19956754,"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":["expressjs","fullstack-development","javascript","jwt-authentication","mern-stack","mongodb","nodejs","quizapi","reactjs","redux-toolkit"],"created_at":"2025-01-12T08:39:00.721Z","updated_at":"2025-12-30T19:36:28.023Z","avatar_url":"https://github.com/ayyush08.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🎈 Xquiz-it - Digital Quiz Platform\n\n**Xquiz-it** is an interactive digital quiz platform that allows users to take quizzes with multiple question types, get instant feedback on answers, and track their progress throughout. Xquiz-it aims to provide an engaging and educational experience for quiz takers.\n\n## ⛓️‍💥Features\n\n- **Interactive Quiz Interface**: Take quizzes with ease using a user-friendly interface.\n- **Multiple Question Types**: Includes MCQs and True/False questions.\n- **Real-time Feedback**: Get instant feedback after answering questions.\n- **Progress Tracking**: Track your progress and see how well you’re doing as you go.\n- **Secure Authentication**: User authentication using **JWT** for secure access to quiz data.\n\n## ⚙️Tech Stack\n\n- **Frontend**:\n  - React\n  - Redux\n  - React Router\n  - Axios\n  - Tailwind CSS\n- **Backend**:\n  - Node.js\n  - Express\n  - MongoDB\n  - Mongoose\n- **Authentication**:\n  - JWT (JSON Web Tokens)\n  - bcrypt.js (Password hashing)\n- **Development Tools**:\n  - Nodemon (For auto-restarting the server)\n  - Dotenv (For managing environment variables)\n\n## 🚀Installation\n\n### 1. Clone the repository\n\n```bash\ngit clone https://github.com/ayyush08/Xquiz-it.git\ncd Xquiz-it\n```\n### 2. Install dependencies\n\n#### Frontend(Client) dependencies:\n\n```bash\ncd client\nnpm install\n```\n#### Backend(Server) dependencies:\n\n```bash\ncd server\nnpm install\n```\n\n### 3. Set up environment variables\n\nCreate a `.env` file in the `server` directory and add the following environment variables:\n\n```bash\nPORT=Y0UR_PORT\nMONGO_URI=YOUR_MONGODB_URI\nACCESS_TOKEN_SECRET=YOUR_ACCESS_TOKEN_SECRET\nACCESS_TOKEN_EXPIRY=YOUR_ACCESS_TOKEN_EXPIRY_TIME\nREFRESH_TOKEN_SECRET=YOUR_REFRESH_TOKEN_SECRET\nREFRESH_TOKEN_EXPIRY=YOUR_REFRESH_TOKEN_EXPIRY_TIME\nCORS_ORIGIN=YOUR_CORS_ORIGIN - frontend URL\n```\n\nAdd the following environment variables in the `client` directory:\n\n```bash\nVITE_QUIZ_API_KEY=YOUR_API_KEY from (quizapi.io)\nVITE_SERVER_URL=YOUR_SERVER_URL\n```\n\n### 4. Run the application\n\n#### Frontend(Client):\n\n```bash\ncd client\nnpm run dev\n```\n\n#### Backend(Server):\n\n```bash\ncd server\nnpm run dev\n```\n\nGo to `http://localhost:5173` in your browser to view the application.\n\n\n## 👀Feedback\n\nAny feedback or suggestions are welcome! Feel free to open an issue or reach out to me on [Twitter](https://twitter.com/Ayush29081).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayyush08%2Fxquiz-it","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fayyush08%2Fxquiz-it","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayyush08%2Fxquiz-it/lists"}