Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sahilcreate/cv-application
- Owner: Sahilcreate
- Created: 2024-12-19T08:35:37.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-24T16:43:23.000Z (27 days ago)
- Last Synced: 2024-12-24T17:26:17.778Z (27 days ago)
- Topics: deployment, netlify, react, vite
- Language: JavaScript
- Homepage: https://sahil-cv-app.netlify.app/
- Size: 167 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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