This is a simple CV builder that allows you to create a CV by filling in a form using React.
The CV is not generated in a PDF format, but it is displayed on the screen.
- Clone the repository
git clone https://github.com/ASH-WIN-10/cv-builder- Install the dependencies
bun install- Run the development server
bun run dev