A React blog application featuring tag filtering, infinite scroll, and detailed author and post pages, built with Vite and React.
- React
- Vite
- Axios
- React Router
- React Query
- Tailwind CSS
- Main page displaying blog posts with tag filtering
- Infinite scroll to dynamically load more posts
- Post detail pages showing post content and comments with author information
- Author pages displaying author details and their posts
- Random image for avatars (https://avatar-placeholder.iran.liara.run/)
- Project uses the Post,Comments,Tags and User API's , read doc: https://dummyjson.com/docs
# Clone the repo
git clone https://github.com/your-username/your-blog-repo.git
# Move into project directory
cd your-blog-repo
# Install dependencies
npm install
# Run locally
npm run dev