Description:
Currently the app shows the default Vite favicon and generic title. Add a custom favicon and implement dynamic page titles per route.
Steps:
-
Replace the default Vite favicon with a custom favicon.ico in the public folder.
-
Use react-helmet (or similar) to set unique titles for each page:
- Home: Interview.io – Home
- Dashboard: Interview.io – Dashboard
- Quiz: Interview.io – Quiz
- Interview: Interview.io – Mock Interview
-
Ensure favicon and titles load correctly on all routes.
Expected Result:
- Custom favicon is visible in the browser tab.
- Each page has a meaningful, distinct title.
Hello @piyush0213
I am Ananya, a participant in GSSoC'25
Could you please assign this issue to me?
Thank you for your time and consideration.
Best regards,
Ananya
GSSoC'25 Participant
Description:
Currently the app shows the default Vite favicon and generic title. Add a custom favicon and implement dynamic page titles per route.
Steps:
Replace the default Vite favicon with a custom
favicon.icoin thepublicfolder.Use
react-helmet(or similar) to set unique titles for each page:Ensure favicon and titles load correctly on all routes.
Expected Result:
Hello @piyush0213
I am Ananya, a participant in GSSoC'25
Could you please assign this issue to me?
Thank you for your time and consideration.
Best regards,
Ananya
GSSoC'25 Participant