A clean and responsive React + Tailwind CSS project built to explore the Context API concept.
It fetches and displays blogs dynamically from an API with pagination and smooth state management using Context.
- ⚡ Blogs fetched from API (
https://codehelp-apis.vercel.app/api/get-blogs) - 🧠 Global state management using React Context API
- 🔁 Pagination with Next / Previous page handling
- 📑 Blog details: title, author, date, content, and tags
- 💡 Responsive design using Tailwind CSS
- 🧭 Clean and minimal UI
- React 19
- Vite
- Tailwind CSS
- JavaScript (ES6+)
- Context API
- Netlify (Deployment)
# Clone this repository
git clone https://github.com/ReetuGupta/Blogs-App.git
# Navigate to project folder
cd Blogs-App
# Install dependencies
npm install
# Run in development mode
npm run dev
# Build for production
npm run buildThis project is open-source and available under the MIT License.
Reetu Gupta 📬 LinkedIn
Frontend Developer | MERN Stack Enthusiast
🧩 This project is the base version of Blogs App — built to master React Context API and API data management. An upgraded version (with related blogs, category, and tag pages) will be released soon!