This is a personal portfolio website built using Next.js, Tailwind CSS, and Framer Motion. Deployed on Vercel.
Demo: https://portfolio-nextjs-delta-one.vercel.app/
This project is licensed under the MIT License. See the LICENSE.txt file for details.
- Responsive design
- Animations with Framer Motion
- Mobile menu support
- Skills, experience, and contact sections
- Downloadable resume
- Next.js - React framework for server-rendered or statically-exported React apps
- Tailwind CSS - Utility-first CSS framework
- Framer Motion - Library for animations and gestures
- Vercel - Deployment and hosting platform
- Contentful - Headless CMS
The Experience page showcases previous jobs with descriptions and responsibilities, providing a detailed overview of professional experience.
The Skills page displays my current tech stack, highlighting the technologies and tools used.
The Contact page includes a contact form to reach out for inquiries or further information.
Make sure you have the following installed on your machine:
- Node.js (version 20.x or later)
- npm (version 10.x or later) or yarn (version 1.x or later)
- Git
-
Clone the repository:
git clone https://github.com/sam-suarez/portfolio.git cd portfolio -
Install dependencies:
Using npm:
npm install
Or using yarn:
yarn install
To run the development server:
Using npm:
npm run dev