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

https://github.com/taiseen/react_mini_blog_site


https://github.com/taiseen/react_mini_blog_site

custom-hook json-server react react-router

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Mini Blog Site | Small Project | React App

## Concept Implementation
* Parent Child Component
* Object Destructuring
* Implement -> useState & useEffect with dependency
* React input form
* Loading Logic
* Error Logic
* use Custom Hook for fetching data...

## Json Server | Locally Serve Data
* npm install -g json-server
* npx json-server --watch ./src/db/db.json --port 8000

## Mini Blog | Project Images