This repository is the home for the source code of my personal portfolio built with Next.js and styled using Sass. Designed for performance, efficiency, and SEO optimization, this portfolio showcases my work in a clean and modern format.
Check out the live demo here: https://portfolio-phi-six-16.vercel.app/
- Next.js: Robust framework for static and server-side rendered applications
- Responsive Design: Fully responsive layout for an optimal viewing experience across a wide range of devices
- Animations and Transitions: Sleek animations and transitions for a more dynamic user interface
Contributions are welcome! If you have suggestions for improvements or new features, feel free to fork this repo, make your changes, and submit a pull request.
If you run into any issues or have questions, please open an issue, and I'll get back to you as soon as possible.
To get this project up and running on your local machine, follow these steps:
- Clone the repository:
git clone https://github.com/thevalll/nextjs-portfolio.git
cd nextjs-portfolio
Install dependencies:
npm install
# or
yarn install