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

[BUG] Toast for successfull api calls instead of alerts #133

Closed Ehm-Ehs closed 1 month ago

Ehm-Ehs commented 1 month ago

Has this bug been raised before?

Description

Screenshot 2024-10-15 at 11 00 42

on success of api calls alerts shows up these alerts can be changed to toasts from react-toastify or any other toast library

Steps to Reproduce

Include any relevant details like:

Screenshots

No response

Do you want to work on this issue?

Yes

If "yes" to above, please explain how you would technically implement this

i would install react toastify and implement a custom toast container then change all alerts to toast

vishalverma9572 commented 1 month ago

@Ehm-Ehs, Assigned! Please follow our code structure and UI theme as closely as possible.