Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gaurangpatel13/resume-builder
https://github.com/gaurangpatel13/resume-builder
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gaurangpatel13/resume-builder
- Owner: GaurangPatel13
- Created: 2024-07-24T09:16:35.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-05T18:29:04.000Z (5 months ago)
- Last Synced: 2024-08-05T21:43:18.364Z (5 months ago)
- Language: JavaScript
- Homepage: https://gaurangpatel13.github.io/resume-builder/
- Size: 2.48 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Resume-Builder (AlmaBetter__Capstone__Project)
## Folder Structure
+---public
| apple-icon.png
| favicon.ico
| index.html
| logo192.png
| logo512.png
| manifest.json
| robots.txt
|
\---src
| App.js
| index.css
| index.js
| Store.js
|
+---Components
| | CheckSelectedId.js
| |
| +---BackNextBtn
| | BackNextBtnComponent.css
| | BackNextBtnComponent.js
| |
| +---BlackScreen
| | BlackScreen.css
| | BlackScreen.js
| |
| +---DetailFillingSidebar
| | DetailFillingSidebar.js
| | DetailsFillingSideBar.css
| |
| +---Education
| | EducationComponent.css
| | EducationComponent.js
| |
| +---Header
| | TemplateHeader.css
| | TemplateHeader.js
| |
| +---Heading
| | TemplateHeading.css
| | TemplateHeading.js
| |
| +---Input
| | InputComponent.css
| | InputComponent.js
| |
| +---KeySkills
| | KeySkillsComponent.css
| | KeySkillsComponent.js
| |
| +---MainBar
| | Navbar.css
| | Navbar.js
| |
| +---PersonalInfo
| | PersonalInfoComponent.css
| | PersonalInfoComponent.js
| |
| +---Preview
| | PreviewComponent.css
| | PreviewComponent.js
| |
| +---Select
| | SelectComponent.css
| | SelectComponent.js
| |
| +---TemplateEducation
| | TemplateEducationComponent.css
| | TemplateEducationComponent.js
| |
| +---TemplateKeySkill
| | TemplateKeySkillComponent.css
| | TemplateKeySkillComponent.js
| |
| +---TemplateOneExperience
| | TemplateOneExperienceComponent.css
| | TemplateOneExperienceComponent.js
| |
| \---WorkExperience
| WorkExperienceComponent.css
| WorkExperienceComponent.js
|
+---Pages
| | AboutUs.js
| | DetailsFilling.js
| | Home.js
| | index.js
| | MyResumes.js
| |
| \---Styles
| DetailsFilling.css
| Home.css
| MyResumes.css
|
+---Redux
| +---Actions
| | actions.js
| |
| \---Reducers
| combinedReducers.js
| reducers.js
|
\---Utils
| inputChecks.js
|
+---Data
| data.js
| templates.js
|
+---Images
| aboutCV.jpg
| sample_1.jpg
| sample_2.jpg
| sample_3.jpg
| sample_4.jpg
|
\---Templates
Template.css
Template1.js
Template2.js
Template3.js
Template4.js
Template5.js
Template6.js## Introduction
* Resume@builder is a web application where anyone can create resume with ease and choose from different available templates.
* It has three tabs : 1) Resume Templates (Home Page) , 2)Resumes (Saved Resumes) 3) About us
* Set profile picture in the resume.
* Before downloading we have a preview option to view your resume.
* You can save resumes to the local hard drive.
* Saved resumes can be deleted as well as modified by the user.## Used in this project:
* React-Router-Dom
* Material UI
* React-Redux
* Store
* React-Avatar-edit
* Vanilla CSS
* JSX
* Uniq ID
* React-Hook-Forms
* Jspdf converter
* Redux connect method
* Images
* Raw data## Pages
* Home (Resume Templates)
-Choose one from the available templates &
-Navigated to details filling page
* My Resumes
* About us## Demo about the pages:
- *Home Page*- *Details Filling page*
- *My Resumes*
- *About us*
*__Live Link__*
https://gaurangpatel13.github.io/resume-builder/