Skip to content

000xs/ai-resume-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

24 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

ResumeGinues

AI-RESUME-BUILDER

license last-commit repo-top-language repo-language-count


πŸ”— Table of Contents


πŸ“ Overview

ResumeGenius provides an AI-driven resume builder, enabling users to create professional resumes quickly. The platform is designed to help users stand out with customizable templates and efficient formatting tools.

πŸ‘Ύ Features

  • Powered Resume Builder: Ensures formatting accuracy and highlights key skills.
  • Cover Letter Generation: Allows users to generate matching cover letters.
  • User-Friendly Interface: Easy for beginners to navigate and use.
  • Personalization Options: Variety of templates and styles.

πŸ“ Project Structure

└── ai-resume-builder/
    β”œβ”€β”€ README.md
    β”œβ”€β”€ Resume.docx
    β”œβ”€β”€ bun.lockb
    β”œβ”€β”€ components
    β”‚   β”œβ”€β”€ Footer.jsx
    β”‚   β”œβ”€β”€ Navigationbar.js
    β”‚   └── resumes
    β”œβ”€β”€ data
    β”‚   └── templates.js
    β”œβ”€β”€ jsconfig.json
    β”œβ”€β”€ next.config.js
    β”œβ”€β”€ package.json
    β”œβ”€β”€ pages
    β”‚   β”œβ”€β”€ _app.js
    β”‚   β”œβ”€β”€ _document.js
    β”‚   β”œβ”€β”€ api
    β”‚   β”œβ”€β”€ auth
    β”‚   β”œβ”€β”€ create.jsx
    β”‚   β”œβ”€β”€ index.js
    β”‚   └── profile.js
    β”œβ”€β”€ postcss.config.js
    β”œβ”€β”€ public
    β”‚   β”œβ”€β”€ document-application-icon.png
    β”‚   β”œβ”€β”€ donate.webp
    β”‚   β”œβ”€β”€ external-link-icon.png
    β”‚   β”œβ”€β”€ family-icon.png
    β”‚   β”œβ”€β”€ favicon.ico
    β”‚   β”œβ”€β”€ file-black-icon.png
    β”‚   β”œβ”€β”€ folder-icon.png
    β”‚   β”œβ”€β”€ next.svg
    β”‚   β”œβ”€β”€ person.jpg
    β”‚   β”œβ”€β”€ resume
    β”‚   β”œβ”€β”€ ui.png
    β”‚   └── vercel.svg
    β”œβ”€β”€ resumes
    β”‚   β”œβ”€β”€ basic.html
    β”‚   β”œβ”€β”€ basic.png
    β”‚   β”œβ”€β”€ modern.html
    β”‚   β”œβ”€β”€ modern.png
    β”‚   β”œβ”€β”€ nextlevel.html
    β”‚   β”œβ”€β”€ nextlevel.png
    β”‚   β”œβ”€β”€ person.jpg
    β”‚   β”œβ”€β”€ professional.html
    β”‚   └── professional.png
    β”œβ”€β”€ styles
    β”‚   └── globals.css
    β”œβ”€β”€ tailwind.config.js
    β”œβ”€β”€ test
    β”‚   β”œβ”€β”€ resume.pdf
    β”‚   └── resume2.pdf
    β”œβ”€β”€ ui
    β”‚   β”œβ”€β”€ Cover Letter Generator.png
    β”‚   β”œβ”€β”€ Landing.png
    β”‚   β”œβ”€β”€ Resume Creator.png
    β”‚   └── Success.png
    └── utils
        β”œβ”€β”€ appwrite.js
        β”œβ”€β”€ auth.js
        β”œβ”€β”€ create_pdf.js
        β”œβ”€β”€ dateFormat.js
        β”œβ”€β”€ fetchSummary.js
        β”œβ”€β”€ resumeTemplates.js
        └── uplode.js

πŸ“‚ Project Index

AI-RESUME-BUILDER/
__root__
postcss.config.js ❯ REPLACE-ME
tailwind.config.js ❯ REPLACE-ME
jsconfig.json ❯ REPLACE-ME
next.config.js ❯ REPLACE-ME
package.json ❯ REPLACE-ME
styles
globals.css ❯ REPLACE-ME
components
Navigationbar.js ❯ REPLACE-ME
Footer.jsx ❯ REPLACE-ME
resumes
pro.js ❯ REPLACE-ME
nextlevel.js ❯ REPLACE-ME
modern.js ❯ REPLACE-ME
basic.js ❯ REPLACE-ME
pages
_document.js ❯ REPLACE-ME
profile.js ❯ REPLACE-ME
_app.js ❯ REPLACE-ME
index.js ❯ REPLACE-ME
create.jsx ❯ REPLACE-ME
auth
singin.js ❯ REPLACE-ME
singup.js ❯ REPLACE-ME
api
generate-content.js ❯ REPLACE-ME
utils
resumeTemplates.js ❯ REPLACE-ME
fetchSummary.js ❯ REPLACE-ME
appwrite.js ❯ REPLACE-ME
uplode.js ❯ REPLACE-ME
create_pdf.js ❯ REPLACE-ME
dateFormat.js ❯ REPLACE-ME
auth.js ❯ REPLACE-ME
resumes
nextlevel.html ❯ REPLACE-ME
professional.html ❯ REPLACE-ME
modern.html ❯ REPLACE-ME
basic.html ❯ REPLACE-ME

πŸš€ Getting Started

β˜‘οΈ Prerequisites

Before getting started with ai-resume-builder, ensure your runtime environment meets the following requirements:

  • Programming Language: JavaScript
  • Package Manager: Npm

βš™οΈ Installation

Install ai-resume-builder using one of the following methods:

Build from source:

  1. Clone the ai-resume-builder repository:
❯ git clone https://github.com/000xs/ai-resume-builder
  1. Navigate to the project directory:
❯ cd ai-resume-builder
  1. Install the project dependencies:

Using npm Β 

❯ npm install

πŸ€– Usage

Run ai-resume-builder using the following command: Using npm Β 

❯ npm start

πŸ§ͺ Testing

Run the test suite using the following command: Using npm Β 

❯ npm test

πŸ”° Contributing

Contributing Guidelines
  1. Fork the Repository: Start by forking the project repository to your github account.
  2. Clone Locally: Clone the forked repository to your local machine using a git client.
    git clone https://github.com/000xs/ai-resume-builder
  3. Create a New Branch: Always work on a new branch, giving it a descriptive name.
    git checkout -b new-feature-x
  4. Make Your Changes: Develop and test your changes locally.
  5. Commit Your Changes: Commit with a clear message describing your updates.
    git commit -m 'Implemented new feature x.'
  6. Push to github: Push the changes to your forked repository.
    git push origin new-feature-x
  7. Submit a Pull Request: Create a PR against the original project repository. Clearly describe the changes and their motivations.
  8. Review: Once your PR is reviewed and approved, it will be merged into the main branch. Congratulations on your contribution!
Contributor Graph


πŸŽ— License

This project is protected under the MIT License. For more details, refer to the LICENSE file.


πŸ™Œ Acknowledgments

  • List any resources, contributors, inspiration, etc. here.

Releases

No releases published

Packages

 
 
 

Contributors