Explore the realm of web development through quizzes on HTML, CSS, and JavaScript! Elevate your skills, test your knowledge, and dive into an engaging learning experience.
In your personal dashboard, you can track your statistics and review quizzes you've completed in detail.
This project uses React.js for dynamic UI, TypeScript for type-safe development, and React Router for seamless navigation. Tanstack Query is employed for caching and convenient requests to the Appwrite platform, which provides tools to streamline backend development, including a database. Tailwind CSS and Radix UI are used for fast and convenient styling of components. Vite ensures a fast and optimized development environment.
To run this application locally, follow these steps:
$ git clone https://github.com/em1png/JS-Quizzes
$ cd JS-Quizzes
$ npm install
$ npm run dev