A modern, responsive blog platform built using React and Tailwind CSS. This project features dynamic data fetching, interactive UI components, and a smooth user experience similar to platforms like Medium or Hashnode.
- Clone the repository
git clone https://github.com/your-username/blog-website.git
2. cd blog-website
3. npm install
4. npm run dev
Username - admin
Password - admin
FEATURES
- Search bar to filter blog posts by keywords
- Login page with a simple user interface
- Responsive and sticky navigation bar
- Follow section to discover and follow creators
- Trending section showcasing the most popular blogs
- Blog cards dynamically rendered using fetched API data
- Comment section under each blog post
- Like and Save functionality for user interaction
- "Show More" toggle to reveal hidden blog details
TECH STACK
- React (Vite)
- Tailwind CSS
- Fetch API
- React Hooks (`useState`, `useEffect`)
- React Router
---