priyam-03 / Recruitify

Recruitify is an AI-powered recruiting platform streamlines the hiring process by automating candidate shortlisting, enabling virtual interviews, and supporting professional networking. Built with React, Express, and MongoDB, it offers a modern, efficient solution for recruiters and job seekers alike.
http://recruitingwebsite.online
MIT License
6 stars 14 forks source link

Beautification of Post Module UI #58

Closed priyam-03 closed 2 weeks ago

priyam-03 commented 2 weeks ago

Description
The current post module requires enhanced styling for a more modern, clean, and visually appealing UI that integrates seamlessly with the rest of the website's design. This update should improve user experience, readability, and accessibility across the module.

Current Observations

  1. The layout and color palette could be updated to align better with our site’s overall theme.
  2. Icons and buttons lack hover animations, shadow effects, and distinct styling to improve interactivity.
  3. Text sections, images, and comments could use additional spacing, padding, and/or alignment tweaks to improve visual hierarchy.

image

Suggested Improvements (Open to Ideas)

Additional Notes

  1. Ensure all changes are responsive and accessible.
  2. Maintain code modularity by updating only the necessary components. (You may use .module.css)

Expected Outcome
A visually enhanced and cohesive post module that integrates seamlessly with the rest of the website, providing a user-friendly and aesthetically pleasing experience.

https://github.com/priyam-03/Recruitify/blob/main/frontend/src/shared/components/AllPosts.js https://github.com/priyam-03/Recruitify/blob/main/frontend/src/User/myPosts.js https://github.com/priyam-03/Recruitify/blob/main/frontend/src/styles/posts.css

aniruddhaadak80 commented 2 weeks ago

Please assign this issue . I am working on this .

aniruddhaadak80 commented 2 weeks ago

Please check this update in AllPosts.js and myPosts.js #60

priyam-03 commented 2 weeks ago

@aniruddhaadak80 but the issue was regarding handling the styles (mainly the css part).