Git Product home page Git Product logo

pokedex's Introduction

Pokedex

Table of contents

  1. Overview
  2. Techs used
  3. Todo
  4. Installation and Deployment
  5. Pages
  6. Adding More Generations

Overview

Techs used:

  • The technologies used in this project was:
    • Vite (Bundler)
    • TypeScript;
    • ReactJS;
    • TailwindCSS;
    • React Router;

Installation and Deployment

You can access the page with this link:

or you can clone the repository and run it locally with:

git clone https://github.com/dinizgab/pokedex
cd pokedex
npm install
npm run dev

Pages

Pokemon List Page

  • In the first page, it will show the list of all the pokemons you wanted to list: PokemonList
  • It will show you the types of the pokemon, its name, id and a photo of it;

Pokemon Page

  • When you click in a card, you are redirected to the pokemon page; PokemonList
  • In this page, it will show to you the main biography of the pokemon, with a gif sprite of it, its weight, height, abilities, species and a simple text about the pokemon;
  • Here you can also change to the Status Page and to the Evolutions Page

Status Page

  • Here is where the pokemon statuses are shown; PokemonProfile
  • At the left are the base stats that you'll get for this pokemon and at right the max stats you can get for it (The calculation was made based on a level 100 pokemon with 252 EVs and 31 IVs);

Evolutions Page

  • In this page are the pokemon evolutions PokemonList
  • All the evolutions of the pokemon are shown in this page, also with its name and ID

Adding More Generations:

  • You just need to change the getPokemons() piece of code at /src/routes/Home.tsx, more specifically the for loop, just change the stop condition to the pokemon quantity that you want;

[getPokemons]

pokedex's People

Contributors

dinizgab avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.