Thanks to visit codestin.com
Credit goes to github.com

Skip to content

farhaandev/myblogs

Repository files navigation

MyBlogs – A Simple Blog Website

Welcome to MyBlogs, a responsive blog website built using React, React Router, and Tailwind CSS. It showcases a clean UI with dynamic blog routing, category filtering, and individual blog detail pages.

Features

  • Browse a list of blogs
  • Filter blogs by category (/category/:name)
  • View full blog details (/blog/:id)
  • Fully responsive layout (desktop & mobile)
  • Sticky navigation bar with dropdown for categories

Tech Stack

  • Frontend: React, Tailwind CSS
  • Routing: React Router
  • Data: Static JSON-like array (data.js)

Getting Started

  1. Clone the repository:
git clone https://github.com/your-username/myblogs.git
cd myblogs
  1. Install dependencies:
npm install
  1. Run the development server:
npm run dev
  1. Open in browser:
http://localhost:5173/

✅ Future Improvements

  • Search functionality
  • Pagination
  • Markdown blog support
  • Backend integration for dynamic blogs

📄 License

This project is open source and free to use under the MIT License.

Releases

No releases published

Packages

No packages published