Skip to content

Latest commit

 

History

History
63 lines (36 loc) · 853 Bytes

README.md

File metadata and controls

63 lines (36 loc) · 853 Bytes

Quiz

Quiz application with React. Logged-in users choose category (History, Geography and etc.), then user will see random questions in that category.

Functionality

Visitors

  • Can Login or Register.

  • See stats.

  • Can submit contact form.

Logged-in users

  • Play quiz(answer at questions).

  • Gain points.

  • Report question for error.

Admin

  • Create and delete questions.

  • Create and delete categories.

  • Review reported question errors.

Architecture

Modules

  • Core

    Contains main components like: Header and Navigation

  • Category

    Category card component

  • Question

  • Admin

Services

  • Admin

  • Category

  • Game

  • Question

  • User

Helpers

  • Request helper

  • Validation

Features

Technologies

  • React

  • Laravel REST API