Skip to content

ekurt/react-cv-maker

Repository files navigation

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