pingSubhajit / letraz

Create tailored resumes for every job application effortlessly with Letraz. Our AI-powered tool helps you stand out by automatically optimizing your resume for ATS and recruiters, ensuring your skills and experience match the job's requirements.
https://letraz.app
MIT License
0 stars 0 forks source link

core: Project section for the default theme #7

Open pingSubhajit opened 2 days ago

pingSubhajit commented 2 days ago

This issue focuses on specifically implementing the "Project" section within the default resume theme. The project section will display a user's project experience, showcasing their accomplishments and relevant skills.

Success Criteria:

Acceptance Criteria:

Additional Notes:

This implementation of the "Project" section will provide a valuable addition to the default resume theme, allowing users to showcase their project experience effectively.

linear[bot] commented 2 days ago
LET-17 core: Project section for the default theme

This issue focuses on specifically implementing the "Project" section within the default resume theme. The project section will display a user's project experience, showcasing their accomplishments and relevant skills. **Success Criteria:** * The "Project" section is a reusable component that can be integrated into the default resume theme. * The section displays information about each project in a structured and visually appealing manner. **Acceptance Criteria:** * The "Project" section accepts an array of project objects as a prop. Each project object should contain the following fields: * `name`: The name of the project. * `description`: A brief description of the project. * `technologies`: A list of technologies used for the project (optional). * `role`: The user's role in the project (e.g., developer, designer). * `accomplishments`: A list of key accomplishments or contributions related to the project (optional). * The section renders each project with the following structure: * **Project Name:** Displayed prominently, possibly with a link if applicable. * **Description:** Brief overview of the project's purpose or scope. * **Technologies:** A list of technologies used, possibly formatted as tags or icons. * **Role:** User's role in the project. * **Accomplishments:** (Optional) A list of achievements or contributions, presented in a clear and concise manner. * The section uses consistent styling and layout, aligning with the overall design of the default resume theme. * The section is responsive and adapts well to different screen sizes. * The component is thoroughly tested and works without errors. **Additional Notes:** * Explore different ways to present the project information (e.g., using bullet points, numbered lists, or a timeline format). * Ensure the section is accessible and user-friendly, especially for users with disabilities. This implementation of the "Project" section will provide a valuable addition to the default resume theme, allowing users to showcase their project experience effectively.