WorkWise is a productivity app that helps users stay focused, manage their work, and improve efficiency. Customizable widgets and kanban boards make it easy to stay on track and be more productive.
Your task is to make different routes and redirect the user to that specific route when the user clicks on the project in the Sidebar.
For eg. consider this Sidebar Project List
OpenCode
Lost and Found
WorkWise
Academics
Let's say the user clicks on Lost and Found in the side bar. The user should then be redirected to this path: /kanban/lostandfound.
This path must render the name of the project, the sidebar, and the heading bar. As the heading bar is still under development, just place a white div to represent it.
This is how your page should look like after the redirect :
Take into consideration that the routes must be dynamic i.e the Project Names would be different for different users.
Instructions
Lost and Found
in the side bar. The user should then be redirected to this path:/kanban/lostandfound
.Desgin File link : Here