Welcome to the customizable CV template, built using React and Chakra UI! This template is designed to help you create a personalized and professional CV in minutes. You can easily customize your personal information, skills, work experience, and latest projects to showcase your strengths and achievements.
- Personal Info: Add your name, title, and contact information.
- Skills: Highlight your technical skills to impress potential employers.
- Work Experience: Showcase your work history and achievements to give context to your skills.
- Latest Projects: Show off your portfolio and demonstrate your abilities.
To use this template, follow these steps:
- Clone the repository to your local machine.
- Run
npm installto install all necessary dependencies. - Run
npm startto start the development server. - Start customizing your CV by editing the
src/data/*.jsfiles. - Run
npm run buildto create a production build of your CV.
To deploy your CV on GitHub Pages, you can use the gh-pages package. Follow these steps:
- Modify a
homepagefield in yourpackage.jsonfile with the URL of your GitHub Pages site (e.g.https://[your-username].github.io/[repo-name]). - Run
npm run deployto deploy your CV to GitHub Pages.
- React: A JavaScript library for building user interfaces.
- Chakra UI: A library of UI components that helps you build accessible React applications with speed and simplicity.
If you would like to contribute to the development of this template, please fork the repository and submit a pull request. Your contributions are greatly appreciated!
This template is open-sourced software licensed under the MIT license
