Skip to content

Latest commit

Β 

History

History
93 lines (71 loc) Β· 2.05 KB

File metadata and controls

93 lines (71 loc) Β· 2.05 KB

CV Maker App

πŸ“œ CV Maker App built with React and Tailwind

πŸ”— Live Demo: cv-maker.ekurt.dev

cv-maker-app

✨ Features

  • Fill Sample
  • Print & Save as PDF
  • Data is storing in your browser Local Storage
  • Import and Export datas .json
  • Drag-Drop for sections
  • Color customize
  • Print page margins customize
  • Live editable content
  • Multi-language support
  • Personal information section
  • Social section
  • Languages section
  • Hobbies section
  • Education section
  • Experience section
  • Skills section
  • Projects section
  • Courses section
  • References section

πŸ’» Tech Stack

JavaScript HTML5 CSS3 React Redux TailwindCSS Vercel Yarn

πŸ“ Packages

  • react
  • react-dom
  • react-redux
  • react-icons
  • react-to-print
  • react-country-flag
  • react-beautiful-dnd
  • classnames
  • nanoid
  • formik
  • yup
  • @reduxjs/toolkit

βš™οΈ Development

Clone remote repo to your local

git clone https://github.com/ekurt/react-cv-maker.git

Change directory

cd react-cv-maker

Install dependencies

yarn

Happy Hacking πŸŽ‰

yarn dev

Build:

yarn build

Preview the build:

yarn preview