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

https://github.com/artursantiago/pokedex

A simple pokedex made with React & PokéAPI using Typescript.
https://github.com/artursantiago/pokedex

api javascript pokeapi pokedex react reactjs typescript web-development

Last synced: about 2 months ago
JSON representation

A simple pokedex made with React & PokéAPI using Typescript.

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]
[![LinkedIn][linkedin-shield]][linkedin-url]



Pokedex


A simple pokedex made with React & PokéAPI.




View Demo
·
Report Bug
·
Request Feature

Table of Contents



  1. Built With


  2. Getting Started


  3. Contributing

  4. License

## Built With

- [PokéAPI](https://pokeapi.co/)
- [React](https://reactjs.org/)
- [TypeScript](https://www.typescriptlang.org/)
- [Redux](https://redux.js.org/)

## Getting Started

To get a local copy up and running follow these simple example steps.

### Installation

1. Clone the repo
```sh
git clone https://github.com/artursantiago/pokedex.git
```
2. Install the packages
```sh
yarn
```
3. Run the local development server
```sh
yarn start
```

## 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/artursantiago/pokedex.svg?style=for-the-badge
[contributors-url]: https://github.com/artursantiago/pokedex/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/artursantiago/pokedex.svg?style=for-the-badge
[forks-url]: https://github.com/artursantiago/pokedex/network/members
[stars-shield]: https://img.shields.io/github/stars/artursantiago/pokedex.svg?style=for-the-badge
[stars-url]: https://github.com/artursantiago/pokedex/stargazers
[issues-shield]: https://img.shields.io/github/issues/artursantiago/pokedex.svg?style=for-the-badge
[issues-url]: https://github.com/artursantiago/pokedex/issues
[license-shield]: https://img.shields.io/github/license/artursantiago/pokedex.svg?style=for-the-badge
[license-url]: https://github.com/artursantiago/pokedex/blob/master/LICENSE.txt
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://linkedin.com/in/artursantiago