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.
- Host: GitHub
- URL: https://github.com/artursantiago/pokedex
- Owner: artursantiago
- License: mit
- Created: 2021-01-14T00:18:57.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-18T12:24:03.000Z (over 4 years ago)
- Last Synced: 2025-01-31T07:32:52.516Z (4 months ago)
- Topics: api, javascript, pokeapi, pokedex, react, reactjs, typescript, web-development
- Language: TypeScript
- Homepage: https://pokedex-artursantiago.netlify.app/
- Size: 671 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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]
[![LinkedIn][linkedin-shield]][linkedin-url]
Pokedex
A simple pokedex made with React & PokéAPI.
View Demo
·
Report Bug
·
Request Feature
Table of Contents
## 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