This repository contains the code for an Instagram clone, a frontend web application built using Next.js and Tailwind CSS. It aims to replicate the core features and design of the popular social media platform, Instagram.
As a user when I search for a user on the explore page using the searchbar, I see a list of matching results. However, when I click on any of the results, nothing happens. I expect to be redirected to the user profile page of the result I clicked on.
Steps to reproduce:
Go to the explore page
Type a username in the searchbar
Click on any of the results
Actual behavior: Nothing happens when I click on a result.
Expected behavior: user should be redirected to the user profile page of the result user clicked on.
As a user when I search for a user on the explore page using the searchbar, I see a list of matching results. However, when I click on any of the results, nothing happens. I expect to be redirected to the user profile page of the result I clicked on.
Steps to reproduce:
Actual behavior: Nothing happens when I click on a result.
Expected behavior: user should be redirected to the user profile page of the result user clicked on.