View on GitHub

DevQuest Test Run 2024

DevQuest is an international hackathon organized under the tertiary category of CODEFEST, aimed at showcasing the unique talents, creativity, and innovations of undergraduates from universities and institutes worldwide.

Challenge 0

Challenge 0.a

You need to change the title of the landing page of the application (client/index.html) to “ReelHub”.

Challenge 0.b

In the landing page of the application (client/index.html) there are some buttons which are not working. The buttons are supposed to navigate to the respective pages. The buttons are as follows: - Sign Up - This hyperlink is supposed to take the user to the sign up page(client/signup.html). - Login, Get Started - These hyperlink is supposed to take the user to the login page(client/login.html).

Note - There are 2 get started button

You need to set up these buttons to navigate to the respective pages.

Challenge 0.c

In the application, more than one user cannot sign up with the same email. If a user tries to sign up with an email that already exists, the user should be shown an error message saying “User already exists”.

You need to implement this in the signup() function in the src/controllers/authController.js file.