Skip to content

CodeWithVansh-Jain/ATS-friendly-Resume-Maker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📌 ATS-Friendly Resume Maker

The ATS-Friendly Resume Maker is a web application that helps users create professional resumes optimized for Applicant Tracking Systems (ATS). It ensures that resumes are correctly formatted to pass automated recruitment screening systems used by many employers.

🚀 Features

✔️ User Authentication – Secure login and registration system.
✔️ Multiple Resume Templates – Choose from a variety of professional resume templates.
✔️ Dynamic Content Population – Users can input their information and generate resumes instantly.
✔️ PDF Export – Download resumes in PDF format for easy sharing.
✔️ ATS Optimization – Ensures the resume format meets ATS compatibility standards.


sneak peek

home-page

regestration

form

template

output

📂 Project File Structure

ATS-friendly-Resume-Maker/
├── .github/                 # GitHub Actions workflows
│   └── workflows/
├── Properties/              # Project properties and settings
├── assets/                  # Static assets (images, stylesheets, etc.)
├── .gitattributes           # Git attributes file
├── .gitignore               # Git ignore file
├── ATS friendly Resume Maker.sln   # Solution file
├── ATS friendly Resume Maker.csproj # Project file
├── Default.aspx             # Main landing page
│   ├── Default.aspx.cs       # Code-behind file
│   ├── Default.aspx.designer.cs # Auto-generated designer file
├── Header.Master            # Master page (common layout)
│   ├── Header.Master.cs      
│   ├── Header.Master.designer.cs 
├── Login.aspx               # User login page
│   ├── Login.aspx.cs        
│   ├── Login.aspx.designer.cs 
├── Register.aspx            # User registration page
│   ├── Register.aspx.cs     
│   ├── Register.aspx.designer.cs 
├── PickUrTemplate.aspx      # Page for selecting resume templates
│   ├── PickUrTemplate.aspx.cs   
│   ├── PickUrTemplate.aspx.designer.cs 
├── Web.config               # Application configuration file
├── LICENSE.txt              # Project license
├── README.md                # This README file
└── ...

🛠 Installation & Setup

To run the project locally:

1️⃣ Clone the repository

git clone https://github.com/MightyAcE58/ATS-friendly-Resume-Maker.git

2️⃣ Open the project in Visual Studio

  • Open ATS friendly Resume Maker.sln in Visual Studio.

3️⃣ Restore dependencies

  • Build the solution to restore NuGet packages and other dependencies.

4️⃣ Run the application

  • Press F5 in Visual Studio to start the application and test it in the browser.

🤝 Contributing

🚀 We welcome contributions! If you’d like to contribute:

  1. Fork the repository.
  2. Create a new branch (feature-xyz).
  3. Commit your changes.
  4. Push to your fork and submit a Pull Request (PR).

📝 License

This project is licensed under the MIT License. See LICENSE.txt for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors