Skip to content

rebirthofcode/React-for-Beginners

 
 

Repository files navigation

Before Start

  1. Download Node.js LTS
  2. Install on your windows or mac
  3. After installation open cmd or terminal type npm -v also npx -v
  4. Open your editor like Visual studio, Sublime etc.
  5. Install extensions for JS in your editor
  6. Clone this repo.
  7. Lets Start...

Tutorial Video

React Tutorial ( Thank you John Smilga for wonderful projects )

All Projects

Projects Site

Corresponding Tutorial Topics

useState

  1. Birthday Remainder

useEffect and Conditional Rendering

  1. Tours
  2. Reviews
  3. Questions (Do by own)
  4. Menu
  5. Tabs
  6. Slider

Forms

  1. Lorem Ipsum Generator
  2. Color Shades Generator
  3. Grocery Bud

useRef

  1. Navbar

useContext

  1. Modal And Sidebar
  2. Stripe Submenus

useReducer and useContext

  1. Cart

React Router and useCallback

  1. Cocktails

( Further updates will come ASAP )

Releases

No releases published

Packages

No packages published

Languages

  • CSS 51.5%
  • JavaScript 31.7%
  • HTML 16.8%