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.
- 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)
- Clone the repository to your local machine.
- Navigate to the project directory.
- Run
yarn install
to install the project dependencies. - Edit the
Schemas/Data.js
file with your personal information.
- Run
yarn dev
ornpm run dev
to start the app. - Open your browser and navigate to
http://localhost:5173
.
- ✅ Add Light / Dark mode.
- ✅ Add Snowflakes mode.
- ✅ Migrate from CRA to VITE.
- ✅ Add PDF generation.
- 🟡 Improve project structure.