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
- Host: GitHub
- URL: https://github.com/chiefwoods/cv-application
- Owner: ChiefWoods
- Created: 2025-01-16T17:03:05.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-01-26T17:45:56.000Z (9 months ago)
- Last Synced: 2025-01-26T18:30:58.553Z (9 months ago)
- Topics: theodinproject
- Language: TypeScript
- Homepage: https://chiefwoods.github.io/cv-application/
- Size: 926 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CV Application

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
- [](https://react.dev/)
### Bundlers
- [](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)