Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carlosjorger/cuvimaker
cuvimaker is an online editor of cv maker, SEO-friendly made in Astro using vue components and tailwind. This project is coded in typescript
https://github.com/carlosjorger/cuvimaker
astro curriculum-vitae cuvimaker cv cv-builder cv-editor cv-maker cv-template resume resume-builder resume-website tailwind tailwindcss ts typescript vue vuejs
Last synced: 1 day ago
JSON representation
cuvimaker is an online editor of cv maker, SEO-friendly made in Astro using vue components and tailwind. This project is coded in typescript
- Host: GitHub
- URL: https://github.com/carlosjorger/cuvimaker
- Owner: carlosjorger
- Created: 2022-12-04T05:02:04.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-17T13:10:20.000Z (11 months ago)
- Last Synced: 2024-01-17T21:24:47.349Z (11 months ago)
- Topics: astro, curriculum-vitae, cuvimaker, cv, cv-builder, cv-editor, cv-maker, cv-template, resume, resume-builder, resume-website, tailwind, tailwindcss, ts, typescript, vue, vuejs
- Language: TypeScript
- Homepage: https://cuvimaker.netlify.app
- Size: 3.87 MB
- Stars: 11
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Cuvimaker
An online cv maker web application used to design a custom curriculum vitae and save it in a pdf file.| Dark Mode 🌙 | Light mode 🌞 |
| :-------------------------------------------------------: | :-------------------------------------------------------------------: |
| ![Cuvimaker Example](./public/doc/Cuvimaker-example.webp) | ![Cuvimaker Example Light](./public/doc/Cuvimaker-example-light.webp) |
| ![Editor Example](./public/doc/Editor-example.webp) | ![Editor Example2](./public/doc/Editor-example-light.webp) |
| ![Editor Example](./public/doc/Editor-example-2.webp) | ![Editor Example2](./public/doc/Editor-example-light-2.webp) |## 🚀 Demo
View a live demo of [Cuvimaker](https://cuvimaker.netlify.app/)
## 🧰 Features
- Versatile creation of CVs.
- Light/dark mode.
- Local Storage data persistence.
- Responsive Design.
- Download CV in PDF format.
- Save at most 6 CVs.## 🧞 Commands
All commands are run from the root of the project, from a terminal:
| Command | Action |
| :---------------- | :------------------------------------------- |
| `npm install` | Installs dependencies |
| `npm run dev` | Starts local dev server at `localhost:4321` |
| `npm run build` | Build your production site to `./dist/` |
| `npm run preview` | Preview your build locally, before deploying |## :iphone:Technologies
- Astro
- Vue3
- Tailwind
- Daisyui