Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 842 Bytes

File metadata and controls

40 lines (25 loc) · 842 Bytes

🚀 Personal Portfolio Website

A lot can be learned about the complexities of Frontend Development through this codebase.

⚠️ Note: The code wasn't written with teaching in mind — it may look a bit chaotic under the hood, but the end result speaks for itself 😎


🌐 Live Preview

👉 https://ramspace.fun


🛠️ Tech Stack

  • Next.js (App Router)
  • React
  • Tailwind CSS
  • Framer Motion (Now Motion/React) (for animations)
  • TypeScript

🧑‍💻 Running Locally

Follow the steps below to get it up and running on your machine:

# 1. Clone the repository
git clone https://github.com/ramanshu-mishra/pf.git

# 2. Navigate into the project directory
cd pf

# 3. Install dependencies
npm install

# 4. Run the development server
npm run dev