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
- Host: GitHub
- URL: https://github.com/taiseen/react_mini_blog_site
- Owner: taiseen
- Created: 2021-05-30T13:52:33.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-01T22:17:47.000Z (about 5 years ago)
- Last Synced: 2025-01-12T18:51:21.335Z (over 1 year ago)
- Topics: custom-hook, json-server, react, react-router
- Language: JavaScript
- Homepage:
- Size: 545 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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