Skip to content

Sangram03/MadeYourResume

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

MadeYourResume

A dynamic and customizable resume builder created using modern web development tools like React, TypeScript, and Tailwind CSS. This project is designed to help users create professional resumes effortlessly.

File Structure

The project is organized as follows:

MadeYourResume/
├── project/                   
├── src/                       
│   ├── components/            
│   ├── constants/             
│   ├── types/                 
│   │   └── resume.ts          
│   ├── utils/                 
│   ├── App.tsx                
│   ├── index.css              
│   ├── main.tsx               
│   └── vite-env.d.ts          
├── .gitignore                 
├── eslint.config.js           
├── index.html                 
├── package.json               
├── package-lock.json          
├── postcss.config.js          
├── tailwind.config.js         
├── tsconfig.json              
├── vite.config.ts             
├── LICENSE                   
└── README.md                  

How to Contribute

We welcome contributions to improve this project! Follow the steps below to get started:

1. Fork the Repository

Click the Fork button at the top-right corner of this page to create a copy of this repository in your GitHub account.

2. Clone the Repository

Clone the forked repository to your local machine:

git clone https://github.com/Sangram03/MadeYourResume.git

3. Set Up the Environment

Navigate to the project directory and install dependencies:

cd MadeYourResume
npm install

4. Create a Feature Branch

Create a new branch to work on your feature or bug fix:

git checkout -b feature-name

5. Make Changes

Make your changes in the appropriate files. Ensure you follow the existing coding style and include comments where necessary.

6. Test Your Changes

Run the application to test your changes:

npm run dev

7. Commit Your Changes

Stage and commit your changes:

git add .
git commit -m "Description of your changes"

8. Push to Your Fork

Push your branch to your forked repository:

git push origin feature-name

9. Submit a Pull Request

Go to the original repository and click New Pull Request. Provide a detailed description of your changes and submit the pull request.


Authors

Screenshots

image

image

image

Badges

MIT License GPLv3 License AGPL License