https://github.com/shuaib-code/mohammad-shuaib
https://github.com/shuaib-code/mohammad-shuaib
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shuaib-code/mohammad-shuaib
- Owner: shuaib-code
- Created: 2025-02-09T12:51:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-13T16:59:05.000Z (about 1 year ago)
- Last Synced: 2025-06-12T11:42:04.261Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://mohammad-shuaib.vercel.app
- Size: 1.79 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Personal Portfolio & Blog Website
## 🎯 Objective
A personal portfolio and blog website built using Next.js 15 with the App Router.
## 🚀 Features
- **Home Page (/)**: Name, bio, profile picture, skills, featured projects, resume download.
- **Projects Page (/projects)**: List of projects with details and links.
- **Blog Page (/blog)**: List of blogs with detailed pages.
- **Contact Page (/contact)**: Simple contact form storing messages in a database.
- **Dashboard (/dashboard)**: Authentication via NextAuth.
- **Manage Blogs (/dashboard/blogs)**: CRUD for blog posts.
- **Manage Projects (/dashboard/projects)**: CRUD for projects.
- **Manage Messages (/dashboard/messages)**: View submitted messages.
## 🛠 Tech Stack
- **Frontend**: Next.js 15, TypeScript, Tailwind CSS
- **Backend**: Node.js, Express
- **Database**: MongoDB
- **Authentication**: NextAuth
- **Deployment**: Vercel
## 🎁 Bonus Features
- Dark mode toggle
- Markdown support for blogs
- SSR & SSG for SEO
- Framer Motion animations
## 📦 Installation
1. Clone the repository:
```bash
git clone https://github.com/shuaib-code/mohammad-shuaib.git
cd mohammad-shuaib
```
2. Install dependencies:
```bash
npm install
```
3. Set up `.env` with required variables.
4. Run the development server:
```bash
npm run dev
```
5. Deploy on Vercel:
```bash
vercel
```
## 🔑 Credentials
- **Email**: admin@gmail.com
- **Password**: 123
## 📜 License
MIT License.