Portfolio Template built with React.js and Chakra UI
The heroPortfolio is a portfolio website built using React.js and Chakra UI. It provides a quick and easy way to create and customize your own portfolio website using markdown files. With its mobile-responsive design and editable content, it allows users to showcase their work experiences and projects effectively.
To get started with the development of the heroPortfolio, follow these steps:
yarn install
yarn start
To edit the site name, go to the public/index.html file and change the <title>
tag.
To edit the content on your website, refer to the markdown files located in the public/content folder. Update the Experience.md file to edit your work experience, the Projects.md file to edit your projects, and the OtherProjects.md file to edit other projects or items.
To customize the color theme, modify the color variable in the App.js file located in the src folder.
To further customize the design of your website, edit the theme.js file located in the src folder. Refer to the Chakra UI documentation for more information on how to customize the theme.
The heroPortfolio is a React.js-based portfolio website template that makes it easy for users to create and customize their own portfolio websites. It offers features such as customizable color themes, mobile responsiveness, and easy content editing through markdown files. With its straightforward installation and deployment process, it provides an efficient solution for creating a professional portfolio presence online.