This repository contains the source code for my personal website, which showcases my portfolio, skills, projects, and blog posts. The website is designed to reflect my professional identity and provide visitors with insights into my work and interests.
- Portfolio Showcase: A curated list of my projects with detailed descriptions.
- About Me: Information about my background, skills, and professional journey.
- Blog: Articles and insights about my experiences, learnings, and industry trends.
- Contact: A section for visitors to get in touch with me.
- Frontend: React / Next.js (or replace with the framework you're using)
- Styling: Tailwind CSS / SCSS
- Hosting: Vercel / Netlify (or your chosen platform)
├── public/ # Static assets (images, icons, etc.)
├── src/ # Main source code
│ ├── components/ # Reusable components
│ ├── pages/ # Website pages
│ ├── styles/ # Styling files
│ ├── utils/ # Utility functions
│ └── data/ # Data for projects, blog posts, etc.
├── .gitignore # Files to be ignored by Git
├── package.json # Project dependencies and scripts
└── README.md # Project documentation
Feel free to customize the following sections of the website:
- Projects: Update the
projectsdata file with your latest work. - Skills: Highlight your technical stack and expertise.
- Blog: Add new articles to the blog section.
To run the website locally, follow these steps:
-
Clone the repository:
git clone https://github.com/adarshp14/personal-website.git
-
Navigate to the project directory:
cd personal-website -
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open your browser and navigate to
http://localhost:3000.
This website is hosted on Vercel (or your hosting platform). You can deploy updates using the following command:
vercel deploy- Inspiration from developers worldwide.
- Thanks to OpenAI for assisting in structuring this README.
Feel free to suggest improvements or report issues by creating a new issue.