https://github.com/eman-abukhater/blog-react-app
A fully functional frontend blog app built with React.js, featuring CRUD operations, routing, localStorage, form validation, ratings & reviews, and search/filter functionality.
https://github.com/eman-abukhater/blog-react-app
blog-application context-api crud-app frontend javascript localstorage react react-router reactjs
Last synced: about 2 months ago
JSON representation
A fully functional frontend blog app built with React.js, featuring CRUD operations, routing, localStorage, form validation, ratings & reviews, and search/filter functionality.
- Host: GitHub
- URL: https://github.com/eman-abukhater/blog-react-app
- Owner: Eman-Abukhater
- Created: 2025-04-11T15:59:19.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-11T18:47:48.000Z (about 1 year ago)
- Last Synced: 2025-04-11T19:46:52.363Z (about 1 year ago)
- Topics: blog-application, context-api, crud-app, frontend, javascript, localstorage, react, react-router, reactjs
- Language: JavaScript
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blog CRUD App (Frontend)
A responsive blog management app built with React.js. Users can create, read, update, and delete blog posts, rate and review posts, and search/filter blogs by title or tag.
## 🚀 Features
- Create, Read, Update, Delete (CRUD) blog posts
- React Router for page navigation
- State management using Context API
- localStorage as mock backend
- Form validation (title, description, author, tags)
- Blog rating and review system
- Search and filter functionality
## 🛠️ Tech Stack
- React.js
- React Router
- Context API
- JavaScript
- localStorage