{"id":20218841,"url":"https://github.com/yusha0123/quiz-app","last_synced_at":"2025-06-17T15:34:26.959Z","repository":{"id":174629731,"uuid":"652462686","full_name":"yusha0123/Quiz-App","owner":"yusha0123","description":"Quiz app built using Next.js, utilizing the TRIVIA API for the questions database.","archived":false,"fork":false,"pushed_at":"2024-09-18T11:52:19.000Z","size":477,"stargazers_count":53,"open_issues_count":0,"forks_count":20,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-03T12:22:54.155Z","etag":null,"topics":["nextjs","shadcn-ui","taildwindcss","trivia-quiz-game","typescript"],"latest_commit_sha":null,"homepage":"https://quizy-yusha.vercel.app/","language":"TypeScript","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/yusha0123.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":"2023-06-12T06:02:45.000Z","updated_at":"2025-03-28T10:33:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"edfdf508-64aa-43e7-b18b-d32dbdcbbbb1","html_url":"https://github.com/yusha0123/Quiz-App","commit_stats":null,"previous_names":["yusha0123/quiz_app_nextjs","yusha0123/quiz-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yusha0123/Quiz-App","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yusha0123%2FQuiz-App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yusha0123%2FQuiz-App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yusha0123%2FQuiz-App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yusha0123%2FQuiz-App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yusha0123","download_url":"https://codeload.github.com/yusha0123/Quiz-App/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yusha0123%2FQuiz-App/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260388649,"owners_count":23001563,"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":["nextjs","shadcn-ui","taildwindcss","trivia-quiz-game","typescript"],"created_at":"2024-11-14T06:40:02.643Z","updated_at":"2025-06-17T15:34:21.935Z","avatar_url":"https://github.com/yusha0123.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Quiz App\n\nWelcome to the Quiz App! This application is designed to provide an interactive and engaging way to test your knowledge on various topics. Built with modern technologies, this app ensures a smooth and responsive user experience.\n\n## Table of Contents\n\n- [Demo](#demo)\n- [Features](#features)\n- [Tech Stack](#tech-stack)\n- [API](#api)\n- [Getting Started](#getting-started)\n- [Contributing](#contributing)\n- [License](#license)\n- [Contact](#contact)\n\n## Demo\n\nCheck out the live demo of the Quiz App [here](https://quizy-yusha.vercel.app/).\n\n## Features\n\n- Interactive quizzes with multiple choice questions\n- Real-time feedback on answers\n- Score tracking and result display\n- Responsive design for all devices\n\n## Tech Stack\n\n- **Framework**: [Next.js 14](https://nextjs.org/)\n- **Styling**: [TailwindCSS](https://tailwindcss.com/)\n- **Language**: [TypeScript](https://www.typescriptlang.org/)\n- **State Management**: [Zustand](https://zustand-demo.pmnd.rs/)\n- **UI Components**: [Shad CN/UI](https://ui.shadcn.com/)\n\n## API\n\nThis project uses [The Trivia API](https://the-trivia-api.com/) to fetch quiz questions.\n\n## Getting Started\n\nTo get a local copy up and running, follow these simple steps.\n\n### Prerequisites\n\nEnsure you have the following installed:\n\n- [Node.js](https://nodejs.org/) (v14 or later)\n- [npm](https://www.npmjs.com/) or [yarn](https://yarnpkg.com/)\n\n### Installation\n\n1. Clone the repository\n   ```sh\n   git clone https://github.com/yusha0123/Quiz-App.git\n   ```\n2. Navigate to the project directory\n   ```sh\n   cd Quiz-App\n   ```\n3. Install dependencies\n   ```sh\n   npm install\n   ```\n   or\n   ```sh\n   yarn install\n   ```\n\n### Usage\n\n1. Start the development server\n   ```sh\n   npm run dev\n   ```\n   or\n   ```sh\n   yarn dev\n   ```\n2. Open [http://localhost:3000](http://localhost:3000) with your browser to see the app in action.\n\n### Building for Production\n\nTo create a production build, run:\n```sh\nnpm run build\n```\nor\n```sh\nyarn build\n```\n\n## Contributing\n\nContributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.\n\n1. Fork the Project\n2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the Branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n## License\n\nDistributed under the MIT License. See `LICENSE` for more information.\n\n## Contact\n\nYusha Tahlil - [LinkedIn](https://www.linkedin.com/in/yusha-tahlil/)\nProject Link: [https://github.com/yusha0123/Quiz-App](https://github.com/yusha0123/Quiz-App)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyusha0123%2Fquiz-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyusha0123%2Fquiz-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyusha0123%2Fquiz-app/lists"}