This is a CV Builder application built using React. It allows users to easily create and customize professional resumes or CVs by filling out relevant information and selecting preferred templates.
- User-friendly interface for creating and editing CVs
- Multiple pre-designed templates to choose from (Upcoming)
- Sections for personal information, education, work experience, skills, and more
- Customizable sections and content
- Real-time preview of the CV while editing
- Downloadable CV in various formats (PDF, Word, etc.)
- Responsive design for optimal viewing on different devices
- React.js
- SCSS
- TypeScript
- Firebase
- Clone the repository:
git clone https://github.com/tyommmm/cv-builder.git - Navigate to the project directory:
cd cv-builder - Install the dependencies:
npm install - Start the application:
npm start - Open the application in your browser at
http://localhost:3000
Contributions are welcome! If you would like to contribute to the CV Builder application, please follow these steps:
- Fork the repository
- Create a new branch:
git checkout -b feature/my-feature - Make your changes and commit them:
git commit -m 'Add some feature' - Push to the branch:
git push origin feature/my-feature - Submit a pull request
Feel free to reach out if you have any questions or feedback!