Resume Builder is a user-friendly web application designed to simplify the resume creation process. 📄✨
The application is hosted here. Additionally, you need to run the backend locally; instructions for setting up the backend can be found here.
- Clone the repository:
git clone https://github.com/Shirley-April/Resume-Builder.git
- Switch to the Resume-Builder directory:
cd Resume-Builder
- Install dependencies:
npm install
- Run the application:
npx next
We welcome contributions to enhance Resume Builder! If you'd like to contribute, please follow these guidelines:
- Fork the repository:
Click on the "Fork" button at the top right of the repository page.
- Clone your fork:
git clone https://github.com/your-username/Resume-Builder.git
- Create a new branch:
git checkout -b feature/new-feature
- Make your changes and commit:
git add . git commit -m "Add new feature"
- Push to your fork:
git push origin feature/new-feature
- 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! 🚀