This project is built using Next.js, Tailwind CSS, Headless UI, and MDX to showcase my projects, skills, and experiences in one place.
- Updated meta tags in the
pages
directory for improved SEO and social sharing. - Added new components, images, and styles for a polished user experience.
Follow these steps to get the project up and running on your local machine:
- Clone the repository
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Open your browser and visit: http://localhost:3000
/pages
: Contains Next.js pages including the updated meta tags./components
: Houses reusable React components for the website./images
: Stores images used in the portfolio./styles
: Contains Tailwind CSS configuration and utility classes./lib
: Includes additional libraries or utilities for the project.
Feel free to customize the website to suit your needs:
- Update meta tags and content in
/pages
as needed. - Modify styles in
/styles
or add new Tailwind CSS utility classes. - Expand functionality by adding new components or pages in
/components
or/pages
.
Deploy the website to your preferred hosting platform. For example, you can deploy to Vercel using the following steps:
- Install Vercel CLI:
npm install -g vercel
- Login to Vercel:
vercel login
- Deploy the project:
vercel --prod
I welcome feedback, suggestions, and contributions to enhance this project. Feel free to open issues for bugs or feature requests, or submit pull requests to improve the codebase.