KnowIt is a fun, and challenging trivia web app designed to test your knowledge across a wide range of topics. With multiple game modes, vibrant visuals and interesting questions. Challenge yourself, compete with friends, and discover just how much you really know.
- Classic Mode – Play 20 question from a chosen category.
- Quick Fire – Choose a category and race against time to answer 20 questions.
- Infinite Mode – Keep playing for as long as you can without making a mistake.
- Frontend: React, Tailwind CSS
- Data: Trivia API
-
Clone the repository:
git clone https://github.com/velinovjovan/KnowIt.git
-
Navigate to the project folder:
cd KnowIt -
Install dependencies:
npm install
-
Run the development server:
npm run dev