TheAlgorithms / website

The Algorithms website providing GitHub's largest open-source algorithm library.
https://the-algorithms.com
MIT License
819 stars 173 forks source link

[FEATURE]: add navigation for different algorithm sections #284

Open hameeedurrehman opened 5 months ago

hameeedurrehman commented 5 months ago

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

appgurueu commented 5 months ago

This sounds like it should be an issue on https://github.com/TheAlgorithms/Website. @Panquesito7 could you transfer?