Skip to content

Quizy is a web platform to create and resolve quizzes. The main objective of the app is to make easy the creation of the quizzes, therefore we use a LLM for help the people to create the quiestions and the documentation of the quizzes.

Notifications You must be signed in to change notification settings

simonpine/quizy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quizy

Quiz app to create and resolve quizzes

Deploy

quizy-pin.netlify.app/

Description

In 'Quizy' is implemented firebase to save the quizzes that have been created in it, also to consume the firebase server to resolve the diferent quizzes. When you create a quiz, should at least have the author, the title, the description, the theme and one question, also que questions cannot have less than 2 answers. The main banner of the app is a forest that show a parallax effect (made with "react-scroll-parallax").

Libraries

Scripts

  • npm start Start the project in the development enviroment.
  • npm build Build the project for production.
  • npm test Start the project and run tests.

Prerequisites

Contact

Folder Structure

  • src: Contains all the source code.
    • components: General components used across the app.
    • views: Specific components organized by view.
    • context: React context providers.
    • scss: Design components.
    • router: The navigation of the app.
  • App.js: Main component.

About

Quizy is a web platform to create and resolve quizzes. The main objective of the app is to make easy the creation of the quizzes, therefore we use a LLM for help the people to create the quiestions and the documentation of the quizzes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published