Git Product home page Git Product logo

ironbook's Introduction

logo_ironhack_blue 7

React | Ironbook

In this exercise, we are going to create a book to display the list of people who did the bootcamp.

Submission

  • Upon completion, run the following commands

    git add .
    git commit -m "done"
    git push origin master
    
  • Create Pull Request so your TAs can check up your work.

Installation

You can create a new React application by doing:

$ npx create-react-app starter-code
$ cd starter-code

Then you can move the file users.json to starter-code/src/users.json.

Before starting

To make the exercise easier, create only 1 component App. We will learn later who to create more complex website with multiple components that communicate each other.

Instructions

Iteration 1

Display the list of all Ironhackers in a table.

You don't have to use any state for this iteration. You can get the list of users by simply typing:

import users from "./users";

Make sure when you do this that the file users.json is in starter-code/src/users.json.

This is a screenshot of what you can have by the end of the iteration.

img

As you can see, only some users have a LinkedIn link.

Iteration 2

Add a search bar to search by first name or last name. You should create a new state search for this iteration.

img

Iteration 3

Add 2 checkboxes to search by type: "teacher" or "student".

img

Iteration 4

Add a select to search by country.

img

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.