umarkhan0 / Resums-Genrator

A Resume Generator project designed to create professional resumes within minutes. This repository contains the codebase for an automated resume generation tool, enabling users to input their details and preferences, and receive a well-formatted resume. Simplify the resume creation process and boost your job application prospects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Resums-Genrator

Overview

This project is a simple resume generator built using React for the frontend and Node.js with Express for the backend. It uses various libraries including MUI, TailwindCSS, Formik, and more. The database used is MongoDB.

Features

  • User-friendly interface
  • Real-time preview
  • Multiple templates
  • Easy customization options
  • Secure backend with Express
  • MongoDB for data storage

Frontend

Built With

  • React
  • MUI (Material-UI)
  • TailwindCSS
  • Formik
  • Various npm packages

Backend

Built With

  • Node.js
  • Express
  • MongoDB
  • Various npm packages

Installation

Make sure you have Node.js and npm installed on your system. If not, please install Node.js.

Frontend Setup

  1. Clone the repository: ```bash git clone https://github.com/umarkhan0/Resums-Genrator.git cd resume-generator ```

  2. Navigate to the frontend directory and install the dependencies: ```bash cd frontend npm install ```

  3. Start the development server: ```bash npm start ```

Backend Setup

  1. Navigate to the backend directory and install the dependencies: ```bash cd backend npm install ```

  2. Start the backend server: ```bash npm start ```

Usage

  • To run the frontend development server: ```bash npm start ```

  • To run the backend server: ```bash npm start ```

Contributing

If you would like to contribute, please follow our CONTRIBUTING guidelines.

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

License

This project is licensed under the MIT License.

Contact

If you have any questions or need help, feel free to email me at umaraamir959@gmail.com.

About

A Resume Generator project designed to create professional resumes within minutes. This repository contains the codebase for an automated resume generation tool, enabling users to input their details and preferences, and receive a well-formatted resume. Simplify the resume creation process and boost your job application prospects

License:MIT License


Languages

Language:JavaScript 98.3%Language:CSS 1.3%Language:HTML 0.4%