vishalverma9572 / QuizMaster

QuizMaster is a comprehensive quiz application that allows users to create, take, and manage quizzes. The project is built using Node.js, Express, MongoDB for the backend, and React for the frontend. It provides features such as user authentication, quiz management, progress tracking, and viewing detailed quiz statistics.
https://quiz-master-frontend-jet.vercel.app/
MIT License
22 stars 90 forks source link

implemented loading sign and automatic scrolling on take test page #126

Closed Milindddd closed 1 month ago

Milindddd commented 1 month ago

Implementing a search functionality where users can input a Quiz ID to retrieve quiz details from a backend API.

Adding a loading indicator (CircularProgress) inside the search button using Material-UI, which appears while the request is being processed. Displaying quiz details such as title, last updated date, owner, and more, once fetched. Ensuring smooth user experience by automatically scrolling down to the quiz details section upon successful search. Using Material-UI for styling, including a custom Typography header. This structure adds efficiency and responsiveness to the quiz-taking process. This closes #97

https://github.com/user-attachments/assets/b35ab315-68d9-462f-9cb4-7d001217319a

vercel[bot] commented 1 month ago

@Milindddd is attempting to deploy a commit to the Vishal Kumar 's projects Team on Vercel.

A member of the Team first needs to authorize it.

vishalverma9572 commented 1 month ago

@Milindddd , please resolve merge conflicts!