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

https://github.com/r3nanp/pokedex

🔴 A app to show pokémons!
https://github.com/r3nanp/pokedex

animation framer-motion nextjs pokedex-api pokemons ssg static-site-generator typescript

Last synced: 8 months ago
JSON representation

🔴 A app to show pokémons!

Awesome Lists containing this project

README

          

# Pokédex 🔴


A app written in Next.js to show pokémons


[![style: styled-components](https://img.shields.io/badge/style-%F0%9F%92%85%20styled--components-orange.svg?colorB=daa357&colorA=db748e)](https://github.com/styled-components/styled-components)
![license mit](https://img.shields.io/github/license/r3nanp/pokedex?color=blue&logo=github&logoColor=mit)
![r3nanp](https://img.shields.io/badge/r3nanp-pokedex-blue?style=flat-square)

---

## Techologies used 🛠

- Next.js
- Typescript
- styled-components
- framer-motion
- React-icons

## How to run and contribute 🤔

```
# Clone repository

$ git clone https://github.com/r3nanp/pokedex.git
```

```
# Run this command at root of directory

$ yarn or npm run install
```

### How to Fork the project 💪

```
# Create a new branch with your changes:

$ git checkout -b
```

```
# Save your changes and create a commit message telling you what you did:

$ git commit -m ""
```

```
# Submit your changes:

$ git push origin
```

---

### Local settings

```
# To run the app in your machine:

$ yarn dev or npm run dev
```

```
# To build the app:

$ yarn build or npm run build
```