As a user of the application,
I want to see a list of software libraries and frameworks used,
So that I can gain insight into the underlying technologies powering the application.
Acceptance Criteria
1. Display Dependencies
The About page should include a section titled "Technologies Used" or "Built With."
This section should list all the major software dependencies, including but not limited to Spring Boot, React, and Chakra UI.
2. Format and Organization:
Each software dependency should be displayed with its name (and maybe also version number).
Dependencies should be grouped logically, for example, by frontend and backend technologies.
Optionally, provide links to the official documentation or website for each dependency.
3. Visibility and Accessibility:
The Technologies Used section should be easily accessible on the About page, with clear navigation or headings.
The text should be legible and formatted consistently with the rest of the page.
4. Update and Maintenance:
The list of dependencies should be updated whenever a significant change is made to the underlying technologies.
Additional Notes:
Consider adding brief descriptions of each technology to provide context for non-technical users.
Ensure that the presentation is responsive and works well on both desktop and mobile devices.
As a user of the application, I want to see a list of software libraries and frameworks used, So that I can gain insight into the underlying technologies powering the application.
Acceptance Criteria
1. Display Dependencies
2. Format and Organization:
3. Visibility and Accessibility:
4. Update and Maintenance:
Additional Notes: