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.
- Host: GitHub
- URL: https://github.com/danielcaz/pokedex
- Owner: DanielCaz
- License: gpl-2.0
- Created: 2021-11-26T00:36:04.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-19T15:56:46.000Z (over 1 year ago)
- Last Synced: 2025-03-05T08:40:18.497Z (over 1 year ago)
- Topics: nextjs, rest-api, webapp
- Language: TypeScript
- Homepage: https://pokemondb.vercel.app/
- Size: 302 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```