Merge 6a215c2232
into 08b771c863
commit
2dd903d115
@ -0,0 +1,34 @@
|
||||
# Resume Builder
|
||||
|
||||
**Tier:** 2-Intermediate
|
||||
|
||||
Resume Builder is a web application designed to help users create professional resumes with ease. It provides a user-friendly interface to input personal information, work experience, education, skills, and more. Users can choose various color templates and see a real-time preview of their resume as they make changes.
|
||||
|
||||
## User Stories
|
||||
|
||||
- [x] User can input personal information like name, contact details, and a brief summary.
|
||||
- [x] User can add work experience, including job titles, company names, dates, and job descriptions.
|
||||
- [x] User can enter education details, including the names of institutions, degrees, dates, and relevant courses.
|
||||
- [x] UUser can list their skills, such as programming languages, software, or certifications.
|
||||
- [x] User can select from a variety of resume color templates to customize the appearance of their resume.
|
||||
- [x] User can see a real-time preview of their resume as they make changes.
|
||||
- [x] User can download the final resume as a PDF document.
|
||||
|
||||
## Bonus features
|
||||
|
||||
- [x] User can add a profile picture to their resume.
|
||||
- [ ] User can import data from their LinkedIn profile.
|
||||
- [ ] User can share their resume on social media or via a public link.
|
||||
- [ ] User can save their resume in the cloud for future editing.
|
||||
|
||||
## Useful links and resources
|
||||
|
||||
- [React](https://reactjs.org/): The JavaScript library used to build the frontend.
|
||||
- [Material-UI](https://material-ui.com/): A popular UI framework for React.
|
||||
- [Vercel](https://vercel.com/): The platform used to host the live project.
|
||||
- [ReactToPrint](https://www.npmjs.com/package/react-to-print): Library for converting React Components into PDF.
|
||||
- [Redux](https://redux.js.org/): Redux is an open-source JavaScript library for managing and centralizing application state.
|
||||
## Example projects
|
||||
|
||||
- Resume-Builder React Web Application: https://github.com/JeelGajera/resume-builder
|
||||
- [Live demo](https://resume-builder-32.vercel.app/)
|
Loading…
Reference in new issue