https://github.com/stevenhansel/react-pokedex
A pokedex made with CRA & Typescript and also PokeAPI
https://github.com/stevenhansel/react-pokedex
react redux-toolkit tailwindcss typescript
Last synced: about 1 month ago
JSON representation
A pokedex made with CRA & Typescript and also PokeAPI
- Host: GitHub
- URL: https://github.com/stevenhansel/react-pokedex
- Owner: stevenhansel
- License: mit
- Created: 2020-10-23T08:42:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T23:58:36.000Z (over 2 years ago)
- Last Synced: 2025-03-31T11:01:37.120Z (2 months ago)
- Topics: react, redux-toolkit, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://pokedex.stevenhansel.com
- Size: 25.7 MB
- Stars: 156
- Watchers: 3
- Forks: 27
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
React Pokédex
A simple pokédex made with React & PokéAPI
View Demo
·
Report Bug
·
Request Feature

## Table of Contents
- [Built With](#built-with)
- [Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Installation](#installation)
- [Contributing](#contributing)
- [License](#license)## Built With
- [PokéAPI](https://pokeapi.co/)
- [React](https://reactjs.org/)
- [TypeScript](https://www.typescriptlang.org/)
- [Tailwind CSS](https://tailwindcss.com/)
- [redux-toolkit](https://redux-toolkit.js.org/)## Getting Started
To get a local copy up and running follow these simple steps.
### Prerequisites
This is an example of how to list things you need to use the software and how to install them.
- npm
```sh
npm install npm@latest -g
```### Installation
1. Clone the repo
```sh
git clone https://github.com/ShinteiMai/react-pokedex.git
```2. Install NPM packages
```sh
yarn
```3. Run the local development server
## Contributing
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/locations`)
3. Commit your Changes (`git commit -m 'Added pokemon location appearences'`)
4. Push to the Branch (`git push origin feature/locations`)
5. Open a Pull Request## License
Distributed under the MIT License. See `LICENSE` for more information.
[contributors-shield]: https://img.shields.io/github/contributors/shinteimai/react-pokedex.svg?style=flat-square
[contributors-url]: https://github.com/shinteimai/react-pokedex/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/shinteimai/react-pokedex.svg?style=flat-square
[forks-url]: https://github.com/shinteimai/react-pokedex/network/members
[stars-shield]: https://img.shields.io/github/stars/shinteimai/react-pokedex.svg?style=flat-square
[stars-url]: https://github.com/shinteimai/react-pokedex/stargazers
[issues-shield]: https://img.shields.io/github/issues/shinteimai/react-pokedex.svg?style=flat-square
[issues-url]: https://github.com/shinteimai/react-pokedex/issues
[license-shield]: https://img.shields.io/github/license/shinteimai/react-pokedex.svg?style=flat-square
[license-url]: https://github.com/shinteimai/react-pokedex/blob/master/LICENSE.txt