Skip to content

gam98/triviamania

Repository files navigation

Triviamania

Table of Contents

Overview

home

In this screenshot you can see the home page

session modal

Here you can see the login, signup and reset password on home page where you can enter in the app.

playform

Here you can set the options like categories, difficulty and limit of questions what you want, also you can see the fields are validated.

playground

Once you set your configurations about the game, you can play. And if your select a difficulty like hard, you can see a countdown on the top. After send the answers, you can see a review.

score

Here you can see your historial game.

settings

Here you can change your password or delete your account.

Built With

Features

  • You can play answering the questions.
  • You can change your password.
  • You can recover your password sending an email.
  • You can delete your account.
  • You can login with google.
  • You can see your historial about the game.

How To Use

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
$ git clone [email protected]:gamcode98/triviamania.git
# Install dependencies
$ npm install
# Run the app
$ npm run dev

You will need to clone too the backend repository

Also need the trivia api

Note: Replace your VITE_BACKEND_URL="your_backend_url" in your .env file, the trivia api is included in the file .env.example

Acknowledgements

Contact