Giter Club home page Giter Club logo

redux-airport's Introduction

Redux Airport

We're going to build an application to track planes at an airport.

Assignment Objectives

  • Add redux to a new project
  • Store information in the redux store using reducers
  • Display information stored in redux in a React component

Getting Started

Fork, Clone, and npm install to get started.

Base Requirements

For the initial release we just need to know what airlines have planes at this airport.

Create a form to add airlines, and a table to show all the airlines that have been added.

Tasks

  • Add Redux to the project.
    • Install the necessary dependencies. (npm install redux@4 react-redux@7 redux-logger@3)
    • The array of airlines should be stored inside the redux state.
  • Add a form with one input for an airline name.
    • When the user hits an Add Airline, button, add that new airline to the redux state.
  • Add a table to display all the airlines at this airport.
  • Create separate React components for both the form & table

Stretch Goals

For the second release, we need to track the number of planes each airline has at this airport. Update the application to track and display this information.

Tasks

  • Add a second input to the form to input the number of planes the airline has at this airport.
    • Update the redux state to track both the airline name & plane count.
  • Update the table to show the airline and plane count

redux-airport's People

Contributors

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