https://github.com/ladityagogoi/reactjs-docs
trying to get familiar with ReactJS
https://github.com/ladityagogoi/reactjs-docs
css javascript react reactjs
Last synced: 3 months ago
JSON representation
trying to get familiar with ReactJS
- Host: GitHub
- URL: https://github.com/ladityagogoi/reactjs-docs
- Owner: LadityaGogoi
- Created: 2023-02-27T10:18:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-21T11:20:27.000Z (about 2 years ago)
- Last Synced: 2025-01-13T04:44:29.075Z (5 months ago)
- Topics: css, javascript, react, reactjs
- Language: JavaScript
- Homepage:
- Size: 722 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# REACT
## TIC-TAC-TOE
A simple tic-tac-toe project

# youtube link | https://youtu.be/_HMg6_xYMl4
Tech Stack Used
- ReactJS
- CSS
- HTML
# theory folder
## Here I included all the concepts that I learn while working on this project
INDEX
- How to create and nest components
- How to add markup and styles
- How to display data
- How to render conditions and lists
- How to respond to events and update the screen
- How to share data between components