Skip to content

Quiz application with admin menu to create/update/remove quizes. Application is written in MERN stack.

Notifications You must be signed in to change notification settings

Maikelek/QuizApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quiz Application Readme

Welcome to the Quiz Application! This application allows users to participate in quizzes, both with and without registration. Registered users can track their quiz statistics, while an administrator manages quizzes.

Features

User Features

  1. Quiz Participation:

    • Users can take quizzes without the need for registration.
    • Registered users can log in to track their quiz progress.
  2. Quiz Statistics:

    • Registered users have access to their quiz statistics, showcasing performance and progress.

Administrator Features

  1. Quiz Management:
    • Administrators can create, edit, and delete quizzes.

Getting Started

Prerequisites

  1. Node.js and npm:

    • Ensure that Node.js and npm are installed on your machine. You can download them from here.
  2. MySQL:

    • Install and configure MySQL. You can find the installation guide here.

Installation

Clone the repository:

git clone https://github.com/Maikelek/QuizApp

Install Dependencies for client:

cd client
npm install

Install Dependencies for server:

cd server
npm install

Configure Enviroment variables (create .env file in /server):

PORT = 1234

HOST = localhost
DEV = root
PASSWORD = 
DATABASE = quiz_app

JWT_SECRET = e90fc1788a12042982ff8dc16bcd529034fcac14880a0e2586443b4d67792a60be1a69e00b6275e1216ceb16f64ed78b34685ec36891a32cbb0062acdaf042e1

Run the application

  1. Open 2 terminals
  2. Start server:
cd server
npm start
  1. Start client:
cd client
npm start

Project preview

Main page

Quiz page

Phone main page

Phone quiz page

Technologies used

  • Frontend:

    • React
    • Jsx (JavaScript XML)
    • Vanilla css
  • Backend

    • MySQL
    • Express.js

Feel free to reach out with any questions or issues. Happy quizzing! 🎉

About

Quiz application with admin menu to create/update/remove quizes. Application is written in MERN stack.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published