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

https://github.com/danielcaz/pokedex

A simple pokedex that uses PokeAPI for data and Next JS for the front-end.
https://github.com/danielcaz/pokedex

nextjs rest-api webapp

Last synced: 2 months ago
JSON representation

A simple pokedex that uses PokeAPI for data and Next JS for the front-end.

Awesome Lists containing this project

README

          

A simple pokedex that uses PokeAPI for data and Next JS for the front-end.

## Instructions

To Install dependencies

```bash
npm i
```

To Run development server (open http://localhost:3000/ on your browser to view it):

```bash
npm run dev
```

To Build For Production:

```bash
npm run build
```