2- React

What is React?

React is a JavaScript library for building user interfaces, primarily for single-page applications. It’s known for its component-based architecture, which allows it to break down complex UIs into smaller, reusable pieces.

React Instaltion-1 :

npm create vite@latest [your project name]
npm install
npm run dev

React Instaltion-2 :

npx create-next-app@latest
npm run dev