codad5 / quickcv

A very fast CV generator using AI
https://quickcv.codad5.me
2 stars 0 forks source link

A neater UI/UX #4

Open codad5 opened 3 months ago

codad5 commented 3 months ago

A neater UI would make it easier for user to use the product with minimal stress

codad5 commented 3 months ago

For anyone making a redesign , should comment your UI design link unless your pull request wont be merged

codad5 commented 3 months ago

Hi @jerrygeorge360,

Thank you for taking on this task; your contribution is greatly appreciated!

Please follow these guidelines to ensure a smooth workflow:

  1. Frequent Commits:

    • Keep each commit small and focused. Frequent commits make code review easier and allow us to revert to the last stable state without significant loss.
  2. Frontend Development:

    • Break down your code into reusable components and organize them properly. This approach promotes reusability and maintainability.
  3. CSS Best Practices:

    • If you are not using CSS frameworks like Tailwind, keep your class names concise and use variables. This practice ensures the CSS is more manageable and allows for quick changes.
  4. Commit Messages:

    • Write brief yet descriptive commit messages. Use the format [<change-type>: <message>], where <change-type> could be bug-fix, feat, revision, improvement, etc.

I will create a Contribution.md file with detailed contribution guidelines soon.

Thanks once more, and happy coding!

Best,
Codad5