Skip to content

gebrina/quiz

Repository files navigation

Quiz App

Quiz App: enables you to create and manage your quizes and test your knowledge & to test others.

Features

  1. Quiz

    1. Create
    2. Get
    3. Update
    4. Delete
  2. Quiz Category

    1. Create
    2. Get
    3. Update
    4. Delete
  3. User

    1. Register
    2. Login
    3. Update Profile

Steps to run the project

  1. clone this repo using the following command git clone https://github.com/gebrina/quiz.git

  2. open the cloned projects directory and open terminal on it.

  3. install dependencies using this command npm install

  4. clone quiz-api read more about quiz-api

  5. After starting quiz-api the backend you can start the front-end app using this command npm run dev

Used Technoliges

  1. React (Next JS) - for the creation of the web app.
  2. GraphQL, Apollo Client - for querying data from quiz-api
  3. Tawilwind CSS - for styling the web app