CV Builder is a web application for creating professional resumes. This project is built with React, TypeScript, and Vite, providing a fast and modern development experience.
- User-friendly interface for creating and editing resumes.
- Supports various resume templates.
- Real-time preview of the resume.
- Easy export to PDF.
To get started with the CV Builder, clone the repository and install the dependencies:
git clone https://github.com/ToyLess78/cv-builder.git
cd cv-builder
npm install
To run the application locally, use the following command:
npm run dev
Open your browser and navigate to http://localhost:3000
to start building your resume.
public/
: Static assets.src/
: Source code for the application.components/
: React components.styles/
: SCSS styles.utils/
: Utility functions.
.eslintrc.cjs
: ESLint configuration.tsconfig.json
: TypeScript configuration.vite.config.ts
: Vite configuration.
npm run dev
: Start the development server.npm run build
: Build the application for production.npm run serve
: Serve the built application.
Contributions are welcome! Please fork the repository and submit pull requests.
This project is licensed under the ISC License.
ToyLess78
- GitHub: ToyLess78
- Email: [email protected]
For any issues or bug reports, please visit the GitHub Issues page.