A beautiful static landing page inspired by Medium, built with Next.js.
This project showcases a clean, modern UI for a blog homepage, including trending posts, latest articles, and a responsive navigation bar.
- Modern Medium-style design
- Responsive layout for all devices
- Trending and latest posts sections
- Built with Next.js and React
Follow these steps to run the project locally:
# 1. Clone the repository
git clone https://github.com/MuhammadUmar7195/Medium-Blog.git
# 2. Navigate to the project directory
cd Medium-Blog
# 3. Install dependencies
npm install
# 4. Start the development server
npm run devOpen http://localhost:3000 in your browser to see the result.
Medium-Blog/
├── public/
│ └── thumbnails/
│ └── medium.png
├── src/
│ ├── components/
│ └── pages/
│ └── index.js
├── package.json
└── Readme.md
Feel free to fork, star, or contribute to this project!