Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yakedev/cv-application-creator
The CV Application Creator is an interactive web application, built with React, that allows users to easily create a CV online. This project, my first in React, is designed for beginners looking to generate a professional CV without needing complex software.
https://github.com/yakedev/cv-application-creator
css erickay html5 javascript jsx react reatjs tailwindcss vite vitejs
Last synced: 19 days ago
JSON representation
The CV Application Creator is an interactive web application, built with React, that allows users to easily create a CV online. This project, my first in React, is designed for beginners looking to generate a professional CV without needing complex software.
- Host: GitHub
- URL: https://github.com/yakedev/cv-application-creator
- Owner: YakeDev
- Created: 2024-10-31T11:36:19.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-03T09:03:12.000Z (3 months ago)
- Last Synced: 2024-11-21T23:26:21.572Z (3 months ago)
- Topics: css, erickay, html5, javascript, jsx, react, reatjs, tailwindcss, vite, vitejs
- Language: JavaScript
- Homepage: https://yakedev-online-cv-creator.netlify.app
- Size: 685 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CV Application Creator
The **CV Application Creator** is an interactive web application, built with **React**, that allows users to easily create a CV online. This project, my first in React, is designed for beginners looking to generate a professional CV without needing complex software.
## Screenshot
![Cv app screenshot](./image.png)
## Features
- **User-friendly input**: Users can enter personal information, professional background, skills, and education.
- **Real-time preview**: Instantly preview changes made to the CV.
- **Auto-save functionality**: Using **localStorage**, all data is saved automatically and retained even after closing the browser.
- **PDF export**: Download the finished CV, ready to be printed or shared.## Technologies Used
- **Frontend**: React, JavaScript, HTML, CSS
- **Storage**: localStorage for retaining data between sessions## Learning Objectives
- Master the basics of React to create dynamic components.
- Use **localStorage** to enhance the user experience by implementing an auto-save feature.
- Deepen my skills in **JavaScript** and **CSS** to build engaging user interfaces.Explore the **CV Application Creator** and create your professional CV in just a few simple steps!