Skip to content

Eugenix94/cv-maker-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published