Skip to content

Commit b1f24c5

Browse files
Create README.md
1 parent 9f7b905 commit b1f24c5

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

README.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# Personal Portfolio Website
2+
3+
A modern, responsive personal portfolio website built with cutting-edge web technologies.
4+
5+
## 🚀 Tech Stack
6+
7+
- **Framework**: [Next.js 14](https://nextjs.org/) - The React framework for production with App Router
8+
- **Language**: [TypeScript](https://www.typescriptlang.org/) - Strongly typed JavaScript
9+
- **Styling**: [Tailwind CSS](https://tailwindcss.com/) - Utility-first CSS framework
10+
- **UI Components**: [shadcn/ui](https://ui.shadcn.com/) - Beautifully designed components built with Radix UI and Tailwind CSS
11+
- **Icons**: [Lucide React](https://lucide.dev/) - Beautiful & consistent icon set
12+
- **Theme**: [next-themes](https://github.com/pacocoursey/next-themes) - Dark mode with Next.js
13+
- **Form Handling**: [React Hook Form](https://react-hook-form.com/) with [Zod](https://zod.dev/) validation
14+
- **UI Primitives**: [Radix UI](https://www.radix-ui.com/) - Unstyled, accessible components for building high-quality design systems
15+
- **Animations**: [Tailwind CSS Animate](https://github.com/jamiebuilds/tailwindcss-animate) - Tailwind plugin for animations
16+
17+
## ✨ Features
18+
19+
- Responsive design that works on all devices
20+
- Dark/Light mode toggle
21+
- Modern UI with shadcn/ui components
22+
- Type-safe development with TypeScript
23+
- Fast performance with Next.js App Router
24+
- Clean and maintainable code structure
25+
26+
## 🛠️ Development
27+
28+
```bash
29+
# Install dependencies
30+
npm install
31+
32+
# Run development server
33+
npm run dev
34+
35+
# Build for production
36+
npm run build
37+
38+
# Start production server
39+
npm start
40+
```

0 commit comments

Comments
 (0)