Create professional resumes easily with this open-source web application. It's a PWA (Progressive Web App) built with Next.js with no server-side code. All of the data is stored in the browser's local storage.
- Create professional resumes with ease
- Customize your resume with your own design
- Export your resume in various formats
- Import your resume from a JSON file
- Preview your resume before downloading
To get started, follow these steps:
- Clone the repository:
git clone https://github.com/sashauly/resume-builder.git- Install the dependencies:
pnpm install- Start the development server:
pnpm run dev- Open your browser and navigate to
http://localhost:3000.
Contributions are welcome! If you find a bug or have a suggestion, please open an issue or submit a pull request.
This project is licensed under the MIT License.