An open API service indexing awesome lists of open source software.

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

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

![GIF Screenshot](https://github.com/ShinteiMai/react-pokedex/blob/master/images/screenshot.gif)

## 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