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

https://github.com/louis3797/nextjs-pokedex

A pokedex build with Next.js and PokeApi
https://github.com/louis3797/nextjs-pokedex

infinite-scroll nextjs pokeapi pokedex pokemon-api react rest-api tailwindcss typescript vercel

Last synced: 6 months ago
JSON representation

A pokedex build with Next.js and PokeApi

Awesome Lists containing this project

README

          

[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]



Pokédex


A simple pokedéx build with Nextjs and PokéAPI


View Demo
·
Report Bug
·
Request Feature


![homescreen][product-screenshot]

## Table of Content

## About The Project

This is a simple but pretty Pokédex that I created in my spare time. It was built using Next.js and the PokéAPI.

### Images

![screen_2][screenshot_2]
![stats][stats]

### Built With

- [TypeScript](https://www.typescriptlang.org/)
- [Next.js](https://nextjs.org/)
- [React.js](https://reactjs.org/)
- [PokéAPI](https://pokeapi.co/)
- [TailwindCss](https://tailwindcss.com/)

## Getting Started

This project uses yarn as package manager.

### Installation

1. Clone the repo

```sh
git clone https://github.com/Louis3797/nextjs-pokedex.git
```

2. Install packages

```sh
cd nextjs-pokedex
yarn install
```

3. Run on dev

```sh
yarn dev
```

See the [open issues](https://github.com/Louis3797/nextjs-pokedex/issues) for a full list of proposed features (and known issues).

## License

Distributed under the MIT License. See `LICENSE.txt` for more information.

## Contact

Louis

Project Link: [nextjs-pokedex](https://github.com/Louis3797/nextjs-pokedex/)

[product-screenshot]: assets/pokédex_home_screenshot.png
[screenshot_2]: assets/pokédex_screenshot.png
[stats]: assets/cubchoo.png
[forks-shield]: https://img.shields.io/github/forks/Louis3797/nextjs-pokedex.svg?style=for-the-badge
[forks-url]: https://github.com/Louis3797/nextjs-pokedex/network/members
[stars-shield]: https://img.shields.io/github/stars/Louis3797/nextjs-pokedex.svg?style=for-the-badge
[stars-url]: https://github.com/Louis3797/nextjs-pokedex/stargazers
[issues-shield]: https://img.shields.io/github/issues/Louis3797/nextjs-pokedex.svg?style=for-the-badge
[issues-url]: https://github.com/Louis3797/nextjs-pokedex/issues
[license-shield]: https://img.shields.io/github/license/Louis3797/nextjs-pokedex.svg?style=for-the-badge
[license-url]: https://github.com/Louis3797/nextjs-pokedex/blob/main/LICENSE