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

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

Awesome Lists containing this project

README

        

# REACT

## TIC-TAC-TOE




A simple tic-tac-toe project

![Screenshot (16)](https://user-images.githubusercontent.com/108052802/222494370-dffa0b48-017b-4917-b19f-55b066aee6d1.png)

# 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



  1. How to create and nest components

  2. How to add markup and styles

  3. How to display data

  4. How to render conditions and lists

  5. How to respond to events and update the screen

  6. How to share data between components