/cv-builder

Web client-side app for editing and formatting CVs

Primary LanguageJavaScript

CV Builder

Client-side app for editing and prettily displaying CVs. Built using React.

Topics

  • Components
  • Props
  • State
  • Callbacks

Running locally

Prerequisites: nodejs (v18.18.0 or up).

Download or clone, install packages with npm install, then run npm run dev.

Origin

Part of the coursework for The Odin Project.

This project was originally bootstrapped with Create React App, but now uses Vite