Self coded Portfolio Website made using React JS and Chakra UI
The PortfolioSelf is a self-coded portfolio website made using React JS and Chakra UI. It offers a customizable layout, responsive design, and light weight editing solution. Users have full control over their portfolio as the React code is downloadable. The website includes sections for Home, About Me, Projects and Blogs, Resume, and Contact Me. It is built with React.js and Chakra UI and offers both dark and light themes. The project is licensed under the Apache-2.0 License and is deployed to Render.
The PortfolioSelf is a self-coded portfolio website made using React JS and Chakra UI. It offers customizable layouts, responsive design, and a light weight editing solution. Users have full control over their portfolio as the React code is downloadable. The website includes sections for Home, About Me, Projects and Blogs, Resume, and Contact Me. It is built with React.js and Chakra UI and offers both dark and light themes. The project is licensed under the Apache-2.0 License and is deployed to Render.
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
Chakra UI is a popular open-source React component library that provides a set of accessible and customizable UI components to help developers create modern web applications.
A template or theme refers to a pre-designed layout or structure that provides a basic framework for building a specific type of application or website. It typically includes good design, placeholder content and functional features, allowing developers to customize and fill in the details according to their specific needs.
Alpine.js is a lightweight JavaScript framework that simplifies the process of creating dynamic, reactive user interfaces on the web. It uses a declarative syntax that offers a higher level of abstraction compared to vanilla JavaScript, while being more performant and easier to use than jQuery.