Code Monkey home page Code Monkey logo

midcourse-project---build-your-own-pokedex's Introduction

๐Ÿš€ Build your own Pokedex Github Page

Click HERE to see the GiHub page of this repo.

Video Tour of Live GitHub Webpage

Untitled.Project5.mp4

Installing

  1. Clone the repo

    git clone https://github.com/armanpartovi/Midcourse-project---Build-your-own-Pokedex.git
    
  2. Open the index.html file in your web browser to view the Pokedex.

CSS

Assign the classes you might consider to the HTML elements. To make sure you're all good, take into account that inside your styles.css there should only be classes .class and IDs #id. Write your CSS and try to achieve the look and feel of the example. Don't worry though if you don't get the exact appearance. The important thing here is that your code is readable and uses the necessary CSS properties.

JavaScript

Create an array of objects where you store all your Pokemons. Each Pokemon should have the following properties:

thumbnail: the path to the Pokemon's image,
id: the ID of your Pokemon (for instance, the position in the array),
name: the name of your Pokemon (for instance, 'Bulbasaur'),
type: an array of strings with each one of the types of each Pokemon. (For instance, Bulbasaur is type Plant and Poison)

Bonus points

Try to make that hover effect when the cursor is pointing each one of the cards. Remember that the pseudo selector needed for this is :hover. If you feel creative, try to reproduce the same animation you see on the Gif from above. Even though there are multiple ways of doing this, a good option is to use the CSS selector @keyframes.

midcourse-project---build-your-own-pokedex's People

Contributors

devcodepush 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.