Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prathampatel25/react_concept_building_projects
React concept building project
https://github.com/prathampatel25/react_concept_building_projects
javascript jsx react react-hooks
Last synced: about 1 month ago
JSON representation
React concept building project
- Host: GitHub
- URL: https://github.com/prathampatel25/react_concept_building_projects
- Owner: PrathamPatel25
- Created: 2024-12-17T03:45:36.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-17T04:22:41.000Z (about 1 month ago)
- Last Synced: 2024-12-17T05:24:09.463Z (about 1 month ago)
- Topics: javascript, jsx, react, react-hooks
- Language: JavaScript
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Projects
Each project explores specific React concepts to solidify understanding.
## Topics and Projects
### 1. 01_Birthday_Reminder
**Hook(s) Used**: `useState`### 2. 02_Tours_Card
**Hook(s) Used**: `useEffect`, Conditional Rendering### 3. 03_Reviews_Card
**Hook(s) Used**: `useState`, `useEffect`### 4. 04_Accordion
**Hook(s) Used**: `useState`