Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/d-d-roshan/json-resume-builder

JSON Resume Builder
https://github.com/d-d-roshan/json-resume-builder

reactjs

Last synced: about 1 month ago
JSON representation

JSON Resume Builder

Awesome Lists containing this project

README

        

# JSON Resume Builder

A simple and user-friendly resume builder built with React.js that allows users to create and edit their resumes in JSON format. This project provides a streamlined way to generate and customize resumes by modifying a JSON object, making it easy to manage and update resume information.

## Features

- **JSON Editing:** Directly edit the JSON object representing your resume.
- **Real-time Preview:** See changes in real-time as you update the JSON object.
- **Downloadable Resume:** Generate and download your resume in a formatted view.
- **User-Friendly Interface:** Intuitive interface for easy navigation and editing.

## Screenshots

![Resume Builder Screenshot](https://github.com/D-D-Roshan/JSON-Resume-Builder/blob/main/screenshot.png)

*Example of the resume builder interface.*

## Demo

Try out the live demo of the JSON Resume Builder: [Live Demo](https://json-resume-builder.netlify.app/)

## Technologies Used

- **React.js:** For building the user interface and handling state.
- **JavaScript/HTML/CSS:** For core functionality and styling.
- **JSON:** For resume data representation.

## Installation

1. Clone the repository:
```bash
git clone https://github.com/D-D-Roshan/JSON-Resume-Builder
```

2. Navigate to the project directory:
```bash
cd json-resume-builder
```

3. Install dependencies:
```bash
npm install
```

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

5. Open your browser and go to `http://localhost:3000` to use the resume builder.

## Usage

1. **Edit JSON:** Use the editor to modify the JSON object according to your resume details.
2. **Preview:** Watch the resume update in real-time.
3. **Download:** Once satisfied with your resume, use the download option to save your resume in a formatted view.

















This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

## Contact