Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/d-d-roshan/json-resume-builder
- Owner: D-D-Roshan
- Created: 2024-08-15T12:17:36.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-15T12:52:13.000Z (4 months ago)
- Last Synced: 2024-08-15T14:00:10.984Z (4 months ago)
- Topics: reactjs
- Language: JavaScript
- Homepage: https://json-resume-builder.netlify.app/
- Size: 273 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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