How to Show Category List With Corresponding Links?

In the category link URL, add he category ID.
Then when you click the link, the page reads the $_GET variable and use this to fetch posts with that category.

You can use get_posts.