This repository hosts the build files for a personal portfolio website developed using React. The website is deployed on GitHub Pages, showcasing projects, skills, and experiences.
- Responsive Design: The portfolio adapts seamlessly to different screen sizes, including mobile, tablet, and desktop.
- React Icons: Used for visually appealing and intuitive icons.
- Optimized Performance: The build files are optimized for fast loading and smooth navigation.
- GitHub Pages Deployment: Easily accessible live version of the portfolio.
The portfolio is live and can be accessed at: GitHub Pages Link
- Frontend: React, React Icons
- Styling: CSS (with custom fonts and responsive design)
- Deployment: GitHub Pages
The build
folder contains the following:
index.html
: Entry point for the application.static/js
: Minified JavaScript files (bundled React components and logic).static/css
: Minified CSS files for styling.static/media
: Images and other assets.
Since this repository contains only the build files, the original source files (src
) are not included. However, you can still serve the build files locally:
-
Clone the repository:
git clone https://github.com/agneepradeep/portfolio.git
-
Navigate to the
build
directory:cd portfolio
-
Serve the build folder using a static server. For example, using
serve
:npx serve -s .
-
Open the provided local URL in your browser to view the portfolio.
- The original source code (React components and other files in the
src
folder) is not included in this repository. - Regenerating the source files from the
build
folder is not possible due to minification and bundling.
- Add the full project source code (
src
folder) for easier updates and collaboration. - Enhance documentation with detailed setup and customization instructions.
For any issues or feedback, please feel free to open an issue.