AI Resume Builder is a web-based application that helps users create professional resumes quickly and easily.
The system allows users to enter their personal details, education, skills, projects, and work experience, and generate a structured resume through a simple and interactive interface.
This project demonstrates full-stack web development using PHP, MySQL, HTML, CSS, and JavaScript.
- User registration and login system
- Create and manage multiple resumes
- Add personal information, education, and experience
- Add skills, projects, and achievements
- Resume customization options
- Clone and edit existing resumes
- Dynamic resume generation
Frontend
- HTML
- CSS
- JavaScript
Backend
- PHP
Database
- MySQL
Resume_with_AI/ │ ├── actions/ # Backend processing files ├── ajax/ # AJAX request handlers ├── assets/ # CSS, JS, images ├── databases/ # Database configuration ├── upload/ # Uploaded files │ ├── login.php # User login page ├── signup.php # User registration ├── dashboard.php # User dashboard ├── resume.php # Resume creation page └── logout.php # Logout functionality
git clone https://github.com/Tanish-Solanki/Resume_with_AI.git
If you are using XAMPP, move the project to:
xampp/htdocs/
- Open phpMyAdmin
- Create a new database
- Import the SQL file included in the project
Open your browser and go to:
http://localhost/Resume_with_AI
- AI-based resume suggestions
- Download resume as PDF
- Multiple resume templates
- Drag and drop resume editor
- LinkedIn profile import
Tanish Solanki
Computer Science Engineering Student
Interested in Web Development and Software Development.
GitHub:
https://github.com/Tanish-Solanki
This project is open-source and available for educational purposes.