https://github.com/devmukulsingh/rangamresbuilder
A resume builder integrated with AI suggestions for building professional resume
https://github.com/devmukulsingh/rangamresbuilder
chatgpt-api nextjs resume-builder typescript
Last synced: 18 days ago
JSON representation
A resume builder integrated with AI suggestions for building professional resume
- Host: GitHub
- URL: https://github.com/devmukulsingh/rangamresbuilder
- Owner: devMukulSingh
- Created: 2024-03-18T07:28:28.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-02-04T06:13:58.000Z (over 1 year ago)
- Last Synced: 2025-02-04T06:32:07.885Z (over 1 year ago)
- Topics: chatgpt-api, nextjs, resume-builder, typescript
- Language: TypeScript
- Homepage: https://rangam-res-builder.vercel.app
- Size: 3.03 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Rangam Resbuilder is a powerful AI integrated Resume builder that allows you to create a professional resume, with the power of AI.
The AI will suggest you the best suitable Skills, Professional summary, and Descriptions for Professional Experience
It will provide you not only the best suggestions, but suggestions, that are based on your goal( eg: Fresher,Experienced professional, etc)
**Official site: https://rangam-res-builder.vercel.app**
## DEVELOPMENT
**Step1**
Clone the repository by entering command in your code editor -
git clone https://github.com/devMukulSingh/rangamResBuilder.git
**Step2**
Install the dependencies by entering **npm install**
**Step3**
Create a .env file in your root directory, and provide the environment variables, for ChatGPT api key and Database key,
as ilustrated in the .env.example file
**Step4**
Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
**Step5**
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.