this is my first react project.It is practice project ,thats help me to understand all the basic knowledge of react.Step by step guide for this project and basic react feacture
A JavaScript library for building user interfaces
This funny tag syntax is neither a string nor HTML. It is called JSX, and it is a syntax extension to JavaScript.
components are like JavaScript functions. They accept arbitrary inputs (called “props”) and return React elements describing what should appear on the screen.
const Component =()=>{ return(); };