Skip to content

Latest commit

 

History

History
52 lines (43 loc) · 1.66 KB

File metadata and controls

52 lines (43 loc) · 1.66 KB

CV Maker Application

Overview

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.

Project Structure

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

Features

  • 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.

Getting Started

Prerequisites

  • Node.js and npm installed on your machine.

Installation

  1. Clone the repository:
    git clone <repository-url>
    
  2. Navigate to the project directory:
    cd cv-maker-app
    
  3. Install the dependencies:
    npm install
    

Usage

  1. Open src/index.html in your web browser.
  2. Fill in the input fields with your personal information.
  3. Click the buttons to add your education and work experience.
  4. View the generated CV in the designated section.

Contributing

Contributions are welcome! Please feel free to submit a pull request or open an issue for any suggestions or improvements.

License

This project is licensed under the MIT License.