/react-resume

Responsive, customizable, and printable CV / Resume built in React. (Light / Dark mode 🌗 | Snowflakes mode ❄️)

Primary LanguageJavaScriptMIT LicenseMIT

React Resume | React Boxicons React-particles-js

React Resume is a responsive and customizable CV/Resume template designed to help you easily create a professional CV or Resume. Simply clone or fork the repository, edit the data.js file inside the schemas folder, and build your own CV.

Features 🌟

  • Light / Dark mode 🌗
  • Snowflakes mode ❄️
  • Fully customizable: Edit the data.js file with your personal information.
  • Generate a CV in PDF format in Light/Dark mode. (Cmd/Ctrl + P)

Getting Started 🚀

Installation 🔧

  1. Clone the repository to your local machine.
  2. Navigate to the project directory.
  3. Run yarn install to install the project dependencies.
  4. Edit the Schemas/Data.js file with your personal information.

Running the App 🏃

  1. Run yarn dev or npm run dev to start the app.
  2. Open your browser and navigate to http://localhost:5173.

TODO 📝

  • ✅ Add Light / Dark mode.
  • ✅ Add Snowflakes mode.
  • ✅ Migrate from CRA to VITE.
  • ✅ Add PDF generation.
  • 🟡 Improve project structure.