React App started with 'npm create vite@latest react-ts' Working with https://pokeapi.co/ API reference and comleted Pokemon search SPA The function of searching for data of Pokemons by name or ID number by input in the application header has been implemented, the received information is displayed in two formats - a card and a table.
For implementation additionally used the Bootstrap and Axios libraries, for input validation used Yup and formik.
Project runs in NodeJS with 'npm install' and 'npm run dev'
