Skip to content

Resume Builder: A user-friendly web application that simplifies the resume creation process.Built with Next JS

Notifications You must be signed in to change notification settings

Shirley-April/Resume-Builder

Repository files navigation

Resume Builder

Resume Builder is a user-friendly web application designed to simplify the resume creation process. 📄✨

Technologies Used

Frontend

Backend

Running the Application

The application is hosted here. Additionally, you need to run the backend locally; instructions for setting up the backend can be found here.

Running the Frontend Locally

  1. Clone the repository:
    git clone https://github.com/Shirley-April/Resume-Builder.git
    
    
  2. Switch to the Resume-Builder directory:
    cd Resume-Builder
    
  3. Install dependencies:
    npm install
  4. Run the application:
    npx next
    

Contribution Guidelines

We welcome contributions to enhance Resume Builder! If you'd like to contribute, please follow these guidelines:

  1. Fork the repository:

Click on the "Fork" button at the top right of the repository page.

  1. Clone your fork:
    git clone https://github.com/your-username/Resume-Builder.git
    
  2. Create a new branch:
    git checkout -b feature/new-feature
    
  3. Make your changes and commit:
    git add .
    git commit -m "Add new feature"
    
  4. Push to your fork:
    git push origin feature/new-feature
    
  5. Create a Pull Request:
  • Go to your fork on GitHub and click on "New Pull Request."
  • Provide a detailed description of your changes.
  • Submit the Pull Request.

Thank you for reading this far! 🚀

About

Resume Builder: A user-friendly web application that simplifies the resume creation process.Built with Next JS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published