This repository contains the source code for my personal portfolio website, built using React & Tailwind CSS with the help of Claude AI.
The website is deployed on My Github Page.
index.html
: The main HTML file that includes the root element for the React application.index.js
: The entry point for the React application.css/output.css
: The main Tailwind stylesheet for the project.app/
: The main application directory.portfolio.js
: The data for the portfolio section.data/
: The data directory.personalInfo.json
: The data for the personal information section.work.json
: The data for the work experience section.projects.json
: The data for the projects section.blogs.json
: The data for the blogs section.skills.json
: The data for the skills section.git clone https://github.com/dkexception/portfolio
cd portfolio
npm run rebuild
npm run start