Git Product home page Git Product logo

quizapp's Introduction

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! ๐ŸŽ‰

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.