Coder Social home page Coder Social logo

sansan-sakura / exercise-w5-pokemon-props Goto Github PK

View Code? Open in Web Editor NEW

This project forked from technigo/exercise-w5-pokemon-props

0.0 0.0 0.0 33 KB

Practice React basics by fetching data from data.json to display pokemons. Components are provided; focus on passing data using props. Use the 'key' attribute to avoid errors. See Props section for hints. Great for group learning.

JavaScript 82.31% CSS 1.53% HTML 16.16%

exercise-w5-pokemon-props's Introduction

React Pokemon Props Exercise

In this weekโ€™s team session you will practice react basics and you will work on applying the concepts that we have learned throughout the week. This will be done during the scheduled team session, you decide in the team if to do it in small groups or pairs.

Instructions:

Fetch the data from a JSON File and pass down the data from the parent component to its child component. Using the data.json you will create a list of pokemons. We've created the necessary components for you, now it's up to you to pass the props properly to these components. Donโ€™t forget the key attribute to avoid any console errors ๐Ÿ˜‰

Hint:

If you look at the last question on the Props section, you will have an example on how to approach this exercise ๐Ÿ˜Ž

Getting Started with the Project

Dependency Installation & Startup Development Server:

Once cloned, navigate to the project's root directory and this project uses npm (Node Package Manager) to manage its dependencies.

The command below is a combination of installing dependencies, opening up the project on VS Code and it will run a development server on your terminal.

npm i && code . && npm run dev

exercise-w5-pokemon-props's People

Contributors

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