Closed aryamagarwal closed 1 month ago
@aryamagarwal would u mind opening it again by not changing routes which are in App.js
only after login in user should be able to add his tasks and projects
Hey @LakshmiSowmya04, as far as I know I have not changed any route in App.js. Please provide more clarification on this.
I have changed the UI as per issue #6. I have kept a black-white theme. Here is what the UI looks like:
In the greeting line it shows how many tasks have been listed as pending. I have added button for navigating between projects and tasks. On clicking Projects button, it shows list of projects. Similarly, on clicking tasks button it shows all the tasks along with their current status. I have added hover effects wherever required. On hovering on a project, project description appears.
On Clicking Add Project button a form appears. After submitting the form new project gets added.
Similarly, form for tasks section adds tasks on filling appropriate fields.
From my side, I have also added a toast message whenever a form is submitted. Below is an example of the message when add-project is submitted successfully.
Demo Video:
https://github.com/user-attachments/assets/cdf606a2-a9c7-4524-86e3-06758a45a1cc
@LakshmiSowmya04 , kindly review the changes made and merge the PR.