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!
- Host: GitHub
- URL: https://github.com/r3nanp/pokedex
- Owner: r3nanp
- License: mit
- Created: 2020-10-20T01:15:25.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-03T18:35:46.000Z (over 4 years ago)
- Last Synced: 2025-01-12T14:47:24.056Z (9 months ago)
- Topics: animation, framer-motion, nextjs, pokedex-api, pokemons, ssg, static-site-generator, typescript
- Language: TypeScript
- Homepage: https://pokedex.r3nanp.vercel.app/
- Size: 1.49 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pokédex 🔴
A app written in Next.js to show pokémons
![]()
[](https://github.com/styled-components/styled-components)

---
## 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
```