react-resume
react-resume copied to clipboard
Responsive, customizable, and printable CV / Resume built in React. (Light / Dark mode 🌗 | Snowflakes mode ❄️)
React Resume |

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.jsfile with your personal information. - Generate a CV in PDF format in Light/Dark mode. (Cmd/Ctrl + P)
Getting Started 🚀
Installation 🔧
- Clone the repository to your local machine.
- Navigate to the project directory.
- Run
yarn installto install the project dependencies. - Edit the
Schemas/Data.jsfile with your personal information.
Running the App 🏃
- Run
yarn devornpm run devto start the app. - 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.