Skip to content

r3nanp/pokedex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pokédex 🔴

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

style: styled-components license mit r3nanp


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 <branch>
# Save your changes and create a commit message telling you what you did:

$ git commit -m "<commit>"
# Submit your changes:

$ git push origin <branch>

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