View Project
This is a portfolio website built with Next.js, Tailwind CSS, and Framer Motion.
Next.js - A React-based web framework for building server-side rendering and static websites.
Tailwind CSS - A utility-first CSS framework for rapidly building custom designs.
Framer Motion - A production-ready animation library for React that makes it easy to create fluid and interactive UIs.
Clone this repository to your local machine by running the following command in your terminal:
git clone https://github.com/Nick-h4ck3r/portfolio-nextjs-latest.git
Change into the project directory:
cd portfolio-nextjs-latest
Install the dependencies:
npm install
Run the development server:
npm run dev
Open http://localhost:3000 in your browser to see the website.
To customize the Portfolio website for your own use, follow these steps:
Edit the data/data.json file with your own project information.
Edit the components/About.tsx file with your own information.
Edit the components/Experience.tsx file with your own information.
Edit the components/Skills.tsx file with your own information.
Edit the components/Contact.tsx file with your own information.
Replace the links in components/Header.tsx file with your own social links.
Feel free to experiment and customize the project to your liking.
Don't be afraid to try out different effects and animations in Framer Motion or change the colors in the website using Tailwind CSS.
Have fun!
Feel free to use this template for your own portfolio website, and kindly consider giving me credit if you found it useful.
This project is released under the MIT License. See the LICENSE file for more details.