Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/andersondinizdev/pokedex
- Owner: AndersonDinizDev
- Created: 2023-06-29T05:25:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-06T09:04:42.000Z (over 1 year ago)
- Last Synced: 2024-11-17T05:36:28.300Z (2 months ago)
- Topics: css, framer-motion, html, javascript, mui, reactjs
- Language: JavaScript
- Homepage: https://pokedex-mu-mauve.vercel.app
- Size: 503 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pokedex
## ✨ 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)