Skip to content

0xNN/cv-web-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CVLabs — Buat CV Profesional dalam Hitungan Menit

CVLabs is a web application that helps users create professional CVs quickly. Fill in your data, choose a general or industry-specific template, let AI refine your content, and download as PDF.

Project Structure

cvlabs/
├── packages/
│   ├── frontend/     — Vite + React web app
│   ├── backend/      — Node.js + Express API
│   └── design/       — CSS templates, tokens, and design assets
├── package.json      — Root monorepo workspace config
└── README.md

Getting Started

Prerequisites

  • Node.js >= 18
  • npm >= 9

Install Dependencies

npm install

Run Development Servers

Frontend (Vite dev server on :5173):

npm run dev:frontend

Backend (Express API on :3000):

npm run dev:backend

Build for Production

npm run build:frontend

Tech Stack

  • Frontend: Vite + React 19, React Router 7
  • Backend: Node.js + Express, JWT auth, Turso/SQLite
  • Design: Custom CSS tokens, template styles

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors