Skip to content

Latest commit

 

History

History
74 lines (40 loc) · 1.36 KB

README.md

File metadata and controls

74 lines (40 loc) · 1.36 KB

Quiz Challenge

Quiz Challenge is a web app to test your knowledge and compete for the top spots on the lead board

Table of Contents

Screenshots

App Screenshot App Screenshot

Features

  1. User Authentication

    i.new and existing user can log in to the application to perform tasks

  2. User Profile management

    i.Users can upload an avatar to personalize their profile. ii.Users can change their name and their display avatar

3.Players Ranking

  • A ranking players table to show each players ranking on the lead board

Installation

Prerequisites

Make sure you have the following software installed on your machine:

Steps

  1. Clone the repository:

    Open your terminal and run the following command:

    git clone https://github.com/Yunusabdul38/Q-and-A.git
    
  2. Navigate to the project directory

     ```bash
     cd your-project
    
  3. Install dependencies

     ```bash
     npm install
    

Usage

  1. Start the development server:

     ```bash
     npm run dev
    
  2. Open the app in your browser:

     Open your browser and visit http://localhost:3000 to view the app.