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 😎
- Next.js (App Router)
- React
- Tailwind CSS
- Framer Motion (Now Motion/React) (for animations)
- TypeScript
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