This is the resume builder for our main application, dystic job search. Users can generate their own resume when applying to jobs through dystic. This builder is convenient and you can create multiple resumes quickly and stylish.
- Manage multiple resumes with one account
- Sync your data across devices
- Sign in with Google, or sign in anonymously just to test the app
- Send your resume to others with a unique sharable link
- Choose from 6 vibrant templates and more coming soon
- Structure sections and change layouts the way you want to
- Rename sections according to your language/industry
- Mix and match colors to any degree, even a dark mode resume?
- Pick from a variety of crisp and clear fonts
- Easy to translate to your own language
- Import your existing JSON Resume in one click
- No advertisements, no data sharing, no marketing emails
- Resume analysis powered by Google Cloud Natural Language, quick and accurate.
- FREE!
Want to run your own instance of Reactive Resume? You are very much free to do so. The requirements to build from source are:
- NodeJS/NPM
- A Firebase Project
- First, clone this project repository
git clone https://github.com/arnavs-0/dystic-resume
cd dystic-resume
- Run npm install to install dependencies for the project
npm install
- Create a
.env
file and fill it with your Firebase credentials
FIREBASE_APIKEY=""
FIREBASE_APPID=""
FIREBASE_AUTHDOMAIN=""
FIREBASE_DATABASEURL=""
FIREBASE_MEASUREMENTID=""
FIREBASE_MESSAGINGSENDERID=""
FIREBASE_PROJECTID=""
FIREBASE_STORAGEBUCKET=""
- Run
npm run start
to run the development server ornpm run build
to build the production app.
And that's it! 🎉
Dystic Resume Builder appreciates any support we can get from the open-source community. Feel free to perform QA tests, and report bugs. Fork this repo now and become a contributor to make jobs more accessible!
Open a pull request: https://github.com/arnavs-0/dystic-resume/pulls
Thank you to Andrew Yang and Sohil Athare for contributing to this project.