- This repository contains the basic concepts and fundamental of React 18.
 
- It's clone of amazone's best seller book webpage.
 
- Setup
 - Create react app
 - Folder structure
 - Component
 - Element
 - JSX rules
 - Nested components
 - React developer tools
 - JSX CSS
 - Local images (public folder)
 - JSX JavaScript
 - Props
 - Children prop
 - List
 - Key prop
 - Passing object
 - Event basics
 - Forms
 - Arrow functions
 - Prop drilling
 - ES6 modules
 - Local images (src folder)
 - Build folder
 - Deploy
 
