Pokédex developed in React + Typescript
The app currently contains the following features
- View basic details of each Pokémon
- View stat information for each Pokémon
- Background color of pokemon cards according to their types
- Search Pokémon by its Name
- Dark mode toggle
- Responsive design
The application was developed using the following tools and technologies:
- React
- TypeScript
- HTML
- CSS
- Styled Components
To run the project in the development environment, perform the steps below:
git clone /~https://github.com/LeoRangel/react-pokedex.git
npm install or yarn install
npm start or yarn start