Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vikassaxena2204/quizyfy
Quizyfy is an interactive quiz app built with React.js, offering users a fun and participating in quiz experience.
https://github.com/vikassaxena2204/quizyfy
Last synced: about 1 month ago
JSON representation
Quizyfy is an interactive quiz app built with React.js, offering users a fun and participating in quiz experience.
- Host: GitHub
- URL: https://github.com/vikassaxena2204/quizyfy
- Owner: VikasSaxena2204
- Created: 2024-11-06T09:11:01.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-06T09:18:02.000Z (3 months ago)
- Last Synced: 2024-11-06T10:32:22.572Z (3 months ago)
- Language: JavaScript
- Homepage: https://quizyfy-phi.vercel.app
- Size: 283 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
✨ Quizyfy ✨![Badge](https://img.shields.io/badge/Tech_Stack-HTML-orange)
![Badge](https://img.shields.io/badge/CSS-blue)
![Badge](https://img.shields.io/badge/React_Js-cyan)
![Badge](https://img.shields.io/badge/-Java_Script-yellow)
![Badge](https://img.shields.io/badge/Version-1.0-green)## Tech Stack :
- **Frontend:** HTML,CSS,React Js, Java Script, Bootstrap, Chakra UI
- **Quiz API:** OpenTDB API (https://opentdb.com/api/)
- **Version Control:** Git and GitHub
- **Hosting:** Vercel
- **Code Editor and tools**: VS Code
✨ Welcome to Quizify✨
## Table of Contents
- Overview
- UI of Website
- Contribution Guideline
## Overview 🔨
Quizyfy is a quiz web app is built using React JS. It can allow the user to select the criteria for their quiz from a list of options. The user can then proceed to answer the questions in the quiz and their performance will be tracked and shown in the scoreboard. Moreover, the app can be designed to be responsive and user-friendly.
## Setup Steps
- Go to directory
```
$ cd Quizyfy-App
```- Install Dependency
```
npm install
```- Start LocalHost Server
```
npm run start
```