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

https://github.com/chiefwoods/cv-application

Resume builder for The Odin Project
https://github.com/chiefwoods/cv-application

theodinproject

Last synced: 7 months ago
JSON representation

Resume builder for The Odin Project

Awesome Lists containing this project

README

          

# CV Application

![Preview](preview.png)

Resume builder for [The Odin Project](https://www.theodinproject.com/).

[Live Website](https://chiefwoods.github.io/cv-application/)

[Source Repository](https://github.com/ChiefWoods/cv-application)

## Features

- Locally saved resumes
- Download resume as PDF

## Built With

### Languages

- [![React](https://img.shields.io/badge/React-23272f?style=for-the-badge&logo=react&logoColor=#58c4dc)](https://react.dev/)

### Bundlers

- [![Vite](https://img.shields.io/badge/vite-fedd3a?style=for-the-badge&logo=vite)](https://vite.dev/)

### Libraries

- [shadcn/ui](https://ui.shadcn.com/)
- [@react-pdf/renderer](https://react-pdf.org/)

## Getting Started

### Prerequisites

Update your Bun toolkit to the latest version.

```bash
bun upgrade
```

### Setup

1. Clone the repository

```bash
git clone https://github.com/ChiefWoods/cv-application.git
```

2. Install all dependencies

```bash
bun install
```

3. Start development server

```bash
bun run dev
```

4. Build project

```bash
bun run build
```

5. Preview build

```bash
bun run preview
```

## Issues

View the [open issues](https://github.com/ChiefWoods/cv-application/issues) for a full list of proposed features and known bugs.

## Acknowledgements

### Resources

- [Shields.io](https://shields.io/)
- [Lucide](https://lucide.dev/)

### Hosting and API

- [GitHub Pages](https://pages.github.com/)

## Contact

[chii.yuen@hotmail.com](mailto:chii.yuen@hotmail.com)