An open API service indexing awesome lists of open source software.

https://github.com/shuaib-code/mohammad-shuaib


https://github.com/shuaib-code/mohammad-shuaib

Last synced: 11 months ago
JSON representation

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.