Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sahilcreate/cv-application

A simple CV making webApp
https://github.com/sahilcreate/cv-application

deployment netlify react vite

Last synced: 24 days ago
JSON representation

A simple CV making webApp

Awesome Lists containing this project

README

        

# CV Application

A small applicaation where users can input their information and generate a CV/résumé.

[Click to see live](https://sahil-cv-app.netlify.app/)

![Preview](./public/preview.png)

## Assignment

- [x] A section to add general information like name, email and phone number
- [x] A section to add your educational experience (school name, title of study and date of study)
- [x] A section to add practical experience (company name, position title, main responsibilities of your jobs, date from and until when you worked for that company).
- [x] Deploy the results.

## Things I would like to add in future

- [ ] An option to delete whole section ,i.e., `Education` or `AboutMe`
- [ ] Add buttons to save or cancel during form editing to provide better controls
- [ ] Better overall layout of application
- [ ] Add option for downloading `CV` in pdf format
- [ ] Divide the CV in two pages if `CV` is too long
- [ ] Implement responsive design principles