Skip to content

ReetuGupta/Blogs-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📰 CodeHelp Blogs App | React Context API Project

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.

🔍 Features

  • 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

🛠️ Tech Stack

  • React 19
  • Vite
  • Tailwind CSS
  • JavaScript (ES6+)
  • Context API
  • Netlify (Deployment)

🚀 Getting Started

# 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 build

🌐 Live Demo

👉 View Deployed Site

📄 License

This project is open-source and available under the MIT License.

🙋‍♀️ Author

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!

About

A React + Context API project that displays blogs fetched from a live API with pagination, loading states, and clean responsive UI using Tailwind CSS.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors