https://react-universal-resume.vercel.app/
Easily create and host your resume online. Optimized for viewing on laptop and mobile devices, as well as for printing.
This project takes inspiration from the project: WebPraktikos/universal-resume.
Rebuilt with Vite, React, Tailwind CSS, and TypeScript.
Navigate to the project's directory
cd react-universal-resume
Install dependencies
npm install
Start the development server
npm run dev
Visit http://localhost:5173/
to view the app.
Find the data.ts
file in the src
directory, change the sample data in this file.
Open App.tsx
file, change the order of the individual components or add/remove certain components according to your own needs.
The project is hosted on Vercel. Follow Vercel's deployment instructions to deploy your version.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Same as https://github.com/WebPraktikos/universal-resume#license
NonCommercial-ShareAlike 1.0 Generic (CC NC-SA 1.0)
https://creativecommons.org/licenses/nc-sa/1.0/
Share — copy and redistribute the material in any medium or format
Adapt — remix, transform, and build upon the material
NonCommercial — You may not use the material for commercial purposes.
ShareAlike — If you remix, transform, or build upon the material, you must distribute your contributions under the same license as the original.