The CV Maker Application is a web-based tool that allows users to create and generate their CVs easily. Users can input their personal details, education, work experience, and skills, and the application will format this information into a professional CV.
cv-maker-app
├── src
│ ├── index.html # Main HTML structure of the application
│ ├── styles.css # Styles for the application
│ └── script.js # JavaScript logic for handling user input and generating CV
├── package.json # Configuration file for npm
└── README.md # Documentation for the project
- Input fields for user details: name, contact information, education, work experience, and skills.
- Buttons to add new entries for education and work experience.
- A section to display the generated CV.
- User-friendly interface with responsive design.
- Node.js and npm installed on your machine.
- Clone the repository:
git clone <repository-url> - Navigate to the project directory:
cd cv-maker-app - Install the dependencies:
npm install
- Open
src/index.htmlin your web browser. - Fill in the input fields with your personal information.
- Click the buttons to add your education and work experience.
- View the generated CV in the designated section.
Contributions are welcome! Please feel free to submit a pull request or open an issue for any suggestions or improvements.
This project is licensed under the MIT License.