Quiz Challenge is a web app to test your knowledge and compete for the top spots on the lead board
-
User Authentication
i.new and existing user can log in to the application to perform tasks
-
User Profile management
i.Users can upload an avatar to personalize their profile. ii.Users can change their name and their display avatar
3.Players Ranking
- A ranking players table to show each players ranking on the lead board
Make sure you have the following software installed on your machine:
-
Clone the repository:
Open your terminal and run the following command:
git clone https://github.com/Yunusabdul38/Q-and-A.git
-
Navigate to the project directory
```bash cd your-project
-
Install dependencies
```bash npm install
-
Start the development server:
```bash npm run dev
-
Open the app in your browser:
Open your browser and visit http://localhost:3000 to view the app.