React REDUX TypeScript JavaScript HTML CSS Mantine Vite
This app was created with React and Vite, on Typescript, using the Mantine library. Data was retrieved from Pokemon API.
The main page is divided into several components, that are connected to each other and to App.tsx via "props", making it easy to maintain and change separate parts. Action such as a search available via Redux.
The unit tests (Jest and React Testing Library) were added in order to cover the main problems with data on the page.