This project is a simple CV generator app that allows users to create and customize their CVs by inputting data.
The CV Generator is built using React and powered by Vite, a modern build tool that offers a faster and leaner developer experience. This project was developed both as a learning exercise and a showcase of skills in component design and React development.
Try the app live here:
- Reusable Component Architecture:
Inspired by the shadcn/ui library, the app emphasizes modular and reusable components. This approach ensures consistency and scalability.
- Frontend Framework: React (via Vite for faster development).
- Component Design: Reusable primitives inspired by shadcn/ui.
- Styling: Custom CSS Modules to mitigate style conflicts and ensure scoped styling.
- Deployment: Deployed using Vercel.
This project represents a deep dive into:
- Creating reusable and modular components.
- Exploring component-based design principles.
- Translating design prototypes into functional code.
- Additional CV templates with varied layouts and styles.
- Improved customization options for users (e.g., color schemes, font selection).
- Integration with cloud storage for saving user data.