Skip to content

Latest commit

 

History

History
95 lines (69 loc) · 2.35 KB

README.md

File metadata and controls

95 lines (69 loc) · 2.35 KB

StarTrivia - a quiz around birds

starling

StarTrivia tests your knowledge in the world of birds and photography; fly high with your name on top of the scoreboard.

GitHub followersForksStarsTwitter Follow


Live Website: StarTrivia


Video Demo:

StarTrivia.mp4

Built using:

Client:

Server:


Features

  • Home page with all the Quiz categories
  • Cateory page with all the Quiz in that category
  • Rules Page before attempting Quiz
  • MCQ based Quiz Question Page
  • Quit Quiz
  • Result Page with Answers & Score
  • Authentication
  • Responsive Site
  • Loading & Alerts
  • Light & Dark mode
  • Remember login

Upcoming Features

  • Leaderboard
  • Timer for Quiz Questions
  • Search Quiz
  • Forgot Password
  • User Profile Page
  • Create Quizzes
  • Share Quiz
  • Play with Multiple Quiz Partners

Run Locally

  • Clone the project git clone https://github.com/iRohitGaur/StarTrivia.git

  • Go to the project directory

  • cd StarTrivia

  • Install dependencies yarn install

  • Create a .env file

  • Add the following configuration to your .env file

REACT_APP_JWT_SECRET=<random string here>
  • Start the server yarn start

Learning and Growing with @neogcamp