This is a portfolio website built using Next.js, a React framework. It showcases my projects, skills, and experience in a clean and modern design.
- Responsive Design: The website is optimized for various screen sizes, ensuring a consistent experience across devices.
- Dynamic Routing: Next.js allows for easy implementation of dynamic routing, making navigation smooth and efficient.
- Project Showcase: A dedicated section to showcase my projects, including descriptions, screenshots, and links to live demos or repositories.
- Skills & Experience: Highlights my skills and experience, providing potential employers or clients with valuable insights into my capabilities.
- Contact Section: Includes links to socials and email.
- Next.js: A React framework for building server-rendered applications.
- React: A JavaScript library for building user interfaces.
- CSS: Custom styling for a unique and appealing design.
- JavaScript: Used for interactivity and dynamic functionality.
- HTML: Markup language for structuring the content of the website.
To run this project locally, follow these steps:
- Clone this repository.
- Navigate to the project directory.
- Install dependencies by running
npm installoryarn install. - Start the development server using
npm run devoryarn dev. - Open your browser and visit
http://localhost:3000to view the website.
This site is deployed with vercel, at https://adamc-portfolio.vercel.app/