Resume Maker is a web application built using React that allows users to create and customize their resumes. The application provides various components for different sections of a resume such as personal details education experience projects and skills.
Here're some of the project's best features:
- Personal Details Section: Capture and display personal details including name contact information and profile picture.
- Education Section: Add edit and display educational background with details like institution degree and duration.
- Experience Section: Add edit and display professional experience including job titles companies durations and job descriptions.
- Projects Section: Showcase projects with titles descriptions technologies used and links.
- Skills Section: Categorize and display skills under different categories such as Programming Languages Libraries/Frameworks Tools/Platforms and Databases.
- Dynamic Input Handling: Handle dynamic input changes and update the resume in real-time.
- Preview Functionality: Preview the complete resume to see how it looks before finalizing.
- Default Data Setting: Use default data for quick setup and testing.
1. 1. Clone the repository:
git clone https://github.com/your-username/resume-maker.git
2. 2. Navigate to the project directory:
cd resume-maker
3. 3. Install dependencies:
npm install
4. 4. Start the development server:
npm run dev
Technologies used in the project:
- react
- Vite
This project is licensed under the MIT License. See the LICENSE file for details.