An open API service indexing awesome lists of open source software.

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.

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