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
- Host: GitHub
- URL: https://github.com/louis3797/nextjs-pokedex
- Owner: Louis3797
- License: mit
- Created: 2022-03-01T11:03:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-19T02:04:13.000Z (over 2 years ago)
- Last Synced: 2025-03-22T20:03:38.599Z (7 months ago)
- Topics: infinite-scroll, nextjs, pokeapi, pokedex, pokemon-api, react, rest-api, tailwindcss, typescript, vercel
- Language: TypeScript
- Homepage: https://nextjs-pokedex-louis3797.vercel.app/
- Size: 3.73 MB
- Stars: 15
- Watchers: 2
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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]
![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