A Pokedex aplication made with React, Typescript and Styled Components. I made this repository with the purpose to improve my skills in Typescript. It is still in development.
This project uses lot of stuff as:
In the project directory, you can run:
# To install all dependencies
npm install
# or
yarn installAnd run the development server:
npm run dev
# or
yarn devOpen http://localhost:3000 with your browser to see the result.
- Implement tests with Jest and React Testing Library
- Creation and documentation of components with Storybook
- Add a search bar
- Add a pokemon's info page
- Fetch pokemon's data with pagination
- Responsive CSS
