AiaRup / f-online-pokemon-AiaRup

Pokedex SPA

Home Page:http://beta.adalab.es/f-online-pokemon-AiaRup/.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

POKEDEX

This project is a SPA to consult the different types of pokemon and some features they have. You can filter the pokemons by their name and click on any Pokemon to go to its details page. The API I used for this project is PokeAPI.

Getting Started

You need to install Node.js, and then:

  1. Download or clone the project repository.
  2. Install dependencies with $ npm install.
  3. Run the project with $ npm start.

Production

You can run $ npm run build. This will build the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

Dependencies

Project Structure

/
`-_src
    |-components
        |-App
        |-Filter
        |-Home
        |-Loading
        |-Pokemon
        |-PokemonDetails
        |-PokemonList
    |-scss
    |-services
    |-images
        |-icons
    |-fonts
    |-utils

Author

Acknowledgments

This project is part of the online training phase of Adalab digital course. This is the first test of the training, that lasts 7 weeks.

About

Pokedex SPA

http://beta.adalab.es/f-online-pokemon-AiaRup/.


Languages

Language:JavaScript 54.1%Language:CSS 39.1%Language:HTML 6.9%