Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```