Open
Description
Motivation
Currently, When a user scroll the Home page, he has to navigate to the bottom to see the last algorithm type which creates bad user experience due to very long scrolling. We should implement the navigation on the right side of the page so that user can navigate to his interested section.
Examples
For example, the headings like bit manipulation, backtracking etc. We can list them all on the right side of the page and user clicks on that list item, he can navigate to his interested algorithmic problem.
Possible workarounds
The possible and easy way to implement this feature is to add react-scroll library as this project is already made with react.
Additional information
No response
Activity
appgurueu commentedon Mar 26, 2024
This sounds like it should be an issue on https://github.com/TheAlgorithms/Website. @Panquesito7 could you transfer?
LidiaDomingos commentedon Oct 24, 2024
Hi!! I would like to work on that!!