https://github.com/sitek94/resume-builder
How to build a resume using a little bit of React and CSS.
https://github.com/sitek94/resume-builder
css react
Last synced: over 1 year ago
JSON representation
How to build a resume using a little bit of React and CSS.
- Host: GitHub
- URL: https://github.com/sitek94/resume-builder
- Owner: sitek94
- Created: 2021-03-19T19:43:49.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-24T03:18:23.000Z (almost 5 years ago)
- Last Synced: 2025-03-23T10:44:49.349Z (over 1 year ago)
- Topics: css, react
- Language: JavaScript
- Homepage:
- Size: 3.66 MB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Resume Builder
I've recently needed to update my resume and I couldn't find any resume builders that would allow me to customize my resume the way I wanted. So I built this small app.
## Short video about the project
[](https://youtu.be/ZJ9f4-03Uqw)
## How I built it?
Each step of building this app is saved as a separate branch so it should be easy to explore the code.

## Getting started
### Clone the repository
```bash
$ git clone https://github.com/sitek94/resume-builder.git
```
### Install the dependencies
```bash
$ yarn install
```
### Run the app
```bash
yarn start
```
### Edit the files in the `src/data` directory