A number of exerciese to implement and apply what I learend in react in the field of wbmaps
npm create vite
follow the instructions
cd folder of the project
Install dependecies:
npm install
Run local server
npm run dev
Install MaterialUI
npm install @mui/material @emotion/react @emotion/styled
Install Icons
npm install @mui/icons-material
Utilities for highlighting text in autosuggest and autocomplete components.
npm install autosuggest-highlight --save