JhohannesK / TipoHiZ

A typing website made for everyone
https://tipohiz.vercel.app/
GNU General Public License v3.0
19 stars 38 forks source link

[BUG] Log In and Sign Up Buttons Not Responding #180

Open Jils31 opened 6 days ago

Jils31 commented 6 days ago

Has this bug been raised before?

Description

The "Log In" and "Sign Up" buttons on the homepage are currently unresponsive. Clicking either of these buttons does not trigger any action, and no error message or loading indicator appears.

I can fix this issue , please assign this issue to me! Thanks

Steps to Reproduce

Include any relevant details like:

  1. Navigate to the homepage.
  2. Click on the "Log In" button.
  3. Click on the "Sign Up" button.

Screenshots

Screencast from 2024-10-12 23-56-18.webm

Do you want to work on this issue?

Yes

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

  1. Ensure the buttons are properly connected to their respective JavaScript event listeners.
  2. Verify that the functions triggered by the buttons (e.g., opening forms or modals) are correctly implemented.
  3. Look for and resolve any JavaScript errors in the browser console.
  4. Verify that modals or navigation actions linked to the buttons are functioning as expected.
  5. If the buttons trigger API calls, ensure the network requests are correctly sent and handled.
JhohannesK commented 6 days ago

We are working on pages and logics for those pages currently