8000 GitHub - th3bossc/portfolio-v2
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

th3bossc/portfolio-v2

Repository files navigation

Portfolio v2.0

Go to site

Table of Contents

Overview

This repository contains the code for my personal portfolio website. It's built using Next.js, Tailwind CSS, Framer Motion, Prisma, and MongoDB.

Technologies Used

  • 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.

Installation

  1. Clone the repository:

    git clone https://github.com/th3bossc/portfolio-v2.git
    
  2. Install the dependencies:

    cd portfolio-v2
    npm install
    

Usage

  1. Set up your MongoDB database and configure the connection in the .env file.

  2. Run the development server:

    npm run dev # or yarn dev
    
  3. Access the application in your browser at http://localhost:3000

Contributing

Contributions are welcome! Feel free to open an issue or submit a pull request for any improvements or bug fixes.

Releases

No releases published

Packages

No packages published

Languages

0