Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/andersondinizdev/pokedex

Projeto em React, onde consumindo a PokéAPI, lista 50 Pokémons diferentes.
https://github.com/andersondinizdev/pokedex

css framer-motion html javascript mui reactjs

Last synced: 6 days ago
JSON representation

Projeto em React, onde consumindo a PokéAPI, lista 50 Pokémons diferentes.

Awesome Lists containing this project

README

        

# Pokedex


Github top language

Github language count

GitHub repo size

GitHub forks

GitHub stars


exemplo imagem

## ✨ Recursos:
- [x] Conexão com a PokeAPI;
- [x] Animação com framer-Motion;
- [x] Responsividade com MUI;

## 💻 Requisitos:

Antes de começar :checkered_flag:, você precisa ter o [Git](https://git-scm.com) e o [Node](https://nodejs.org/en/) instalados.

## 🚀 Tecnologias:

As seguintes ferramentas foram usadas neste projeto:

- [Html](https://developer.mozilla.org/pt-BR/docs/Web/HTML/Element/html/)
- [CSS](https://developer.mozilla.org/pt-BR/docs/Web/CSS)
- [Javascript](https://developer.mozilla.org/pt-BR/docs/Web/JavaScript)
- [ReactJS](https://react.dev/)
- [Framer-Motion](https://www.framer.com/motion/)
- [MUI](https://mui.com/material-ui/getting-started/overview/)

## :checkered_flag: Início ##

```bash
# Clone este projeto
$ git clone https://github.com/andersondinizdev/pokedex.git
# Acesse
$ cd pokedex
# abra o terminal e digite
$ yarn i ou yarn install
# inicie o projeto
$ yarn start
# O servidor será inicializado em
```
[⬆ Voltar ao topo](#Pokedex)