The Personal Portfolio Website is a clean and customizable ReactJS portfolio template designed for developers. It is built using React v16 and bootstrapped with Create React App. The template is styled with Material-UI and deployed on Vercel. The personal information displayed on the portfolio is populated from a resume.json file following the JSON Resume standard. The website also includes a toggle/switch for dark mode, which syncs its state to the local storage. In addition, there are two beautiful resume page templates that will be available soon, generated based on the data in the resume.json file.
React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components