Skip to content

praneeth-jairam/resume-builder

Repository files navigation

ResumeGen - Professional Resume Builder

A modern, responsive resume builder application built with React and Vite. Create, edit, and preview professional resumes with beautiful templates.

Features

  • 📝 Interactive Resume Form - Easy-to-use form for entering personal details, experience, education, and skills
  • 🎨 Beautiful Templates - Professional resume layouts and styling
  • 📱 Responsive Design - Works seamlessly on desktop and mobile devices
  • 🔄 Real-time Preview - See your resume update as you type
  • 📄 Export Options - Download your resume in various formats

Getting Started

Prerequisites

  • Node.js (v14 or higher)
  • npm or yarn

Installation

  1. Clone the repository
git clone <your-repo-url>
cd vite-project
  1. Install dependencies
npm install
  1. Start the development server
npm run dev
  1. Open your browser and navigate to http://localhost:5175

Available Scripts

  • npm run dev - Start development server
  • npm run build - Build for production
  • npm run preview - Preview production build
  • npm run lint - Run ESLint

Project Structure

src/
├── assets/
│   └── components/
│       ├── NavBar.jsx        # Navigation component
│       ├── HomePage.jsx      # Landing page
│       ├── ResumeForm.jsx    # Resume editing form
│       └── *.css            # Component styles
├── App.jsx                  # Main application component
├── main.jsx                 # Application entry point
└── index.css               # Global styles

Technologies Used

  • React - UI library
  • Vite - Build tool and development server
  • React Router - Client-side routing
  • CSS3 - Styling and animations

Contributing

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Build, customize, and export your resume instantly

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published