VishnuAmit / VLearnUp-ELearningHub

https://v-learn-up-e-learning-hub.vercel.app
6 stars 16 forks source link

Implementing Navigation Buttons in Vlearnup #9

Open VishalAadiith opened 2 months ago

VishalAadiith commented 2 months ago

Task Overview

This task focuses on enhancing the navigation experience within the Vlearnup e-learning platform. You are tasked with creating buttons for key sections of the platform.

Your Role

  1. Clone the repository and run the project.
  2. Install the necessary packages using npm install.
  3. Start the application using npm start.
  4. Once started, sign up and go to the dashboard.

Navigation Buttons

You will implement the following buttons in the navigation bar:

What Needs to be Done

If you have any questions, feel free to reach out!

satyam1024 commented 2 months ago

Hi @VishnuAmit I would like to work on this issue.

VishnuAmit commented 2 months ago

Hey @satyam1024 . Good luck, You have been assigned.

satyam1024 commented 2 months ago

Hi @VishnuAmit, I'm almost finished, but I'm not sure which section corresponds to the pricing. Could you please help me identify it? Thank you!

VishnuAmit commented 2 months ago

Hi @satyam1024 Remove home button. Remove dropdown list (downward arrow) and that navigates to explore section if clicked on it. Rewrite pricing as articles and navigates to latest blogs and insights section. Explore - About our features. About us - What is vlearnup section.

When hovering over the button, the color should change the color: #F48C06;( Use this)

I hope this clears your doubt.

satyam1024 commented 2 months ago

Is this what you had in mind?

Screenshot (3004)

I've also successfully implemented the required feature, so I'll be submitting a pull request shortly.

VishnuAmit commented 2 months ago

No, except login and sign up buttons, other should not have the boxes. Just keep it as the same, but when we hover it the color should change and go to the respective section.

satyam1024 commented 2 months ago

something like this? Screenshot (3006)

VishnuAmit commented 2 months ago

Yea. Exactly.

satyam1024 commented 2 months ago

Okay , i will be creating a pull request then