This repository contains the code for my personal portfolio website. It's built using Next.js, Tailwind CSS, Framer Motion, Prisma, and MongoDB.
- Next.js: A React framework for building server-side rendered applications.
- Tailwind CSS: A utility-first CSS framework for rapid UI development.
- Framer Motion: A library for creating animations and gestures in React applications.
- Prisma: A modern database toolkit for TypeScript and Node.js.
- MongoDB: A NoSQL database used for storing and managing data.
-
Clone the repository:
git clone https://github.com/th3bossc/portfolio-v2.git
-
Install the dependencies:
cd portfolio-v2 npm install
-
Set up your MongoDB database and configure the connection in the .env file.
-
Run the development server:
npm run dev # or yarn dev
-
Access the application in your browser at http://localhost:3000
Contributions are welcome! Feel free to open an issue or submit a pull request for any improvements or bug fixes.