lokytech5 / e-get-why

An open-source social networking platform for Nigerians to share their frustrations, societal issues, and professional challenges.
https://e-get-why.vercel.app
MIT License
0 stars 2 forks source link

Create a Login Page and Add to Navbar #13

Closed lokytech5 closed 4 months ago

lokytech5 commented 4 months ago

Feature Request: Create a Login Page and Add to Navbar

Description

We need a new login page for our application. This page should be accessible via a new link in the navigation bar and side content. When the user clicks on this link, they should be taken to the login page.

Tasks

  1. Create Login Folder:

    • Create a new folder named login inside the app component directory.
    • Inside the login folder, create a file named page.tsx.
  2. Design the Login Page:

    • Implement a basic login form within page.tsx.
    • The form should include fields for "Email", "Password", and a "Submit" button.
    • Style the form using Tailwind CSS and DaisyUI to be consistent with the rest of the application.
  3. Update the Navigation Bar:

    • Add a new link to the navigation bar for the login page.
    • Ensure the link is consistent with the existing "Home," "Feeds," and "About" links.
    • Also, add the login link below the side content comment in the navbar.
  4. Implement Navigation:

    • Ensure that clicking the login link will help you navigate to the new login page.

Additional Notes

aedoardo1990 commented 4 months ago

hello @lokytech5 I confirm you that I have just created the login page and opened a pull request

lokytech5 commented 4 months ago

thanks alot for taking tthe time to work on it.

aedoardo1990 commented 4 months ago

no prob, happy to help!