Coder Social home page Coder Social logo

redux-drills's Introduction

Redux Drills


You are in charge of building an app that can manage the guest list of DevMountain's next big hackathon. Complete drills 1-4 to build the guest list app. Try your best to only reference the solution when you are really stuck.

Drill-1

  1. npm install
  2. Install redux and react-redux.
  3. Get your app set up with a redux store.
  4. Create a ducks folder where we will build a guestList reducer.
  5. Add store.js, and create a store using the guestList reducer.
  6. In App.js, make the needed changes to the render method.

Drill-2

  1. npm install
  2. Install redux and react-redux.
  3. Display the array of guests that was set on the initial state.
  4. Set up your app the same was you did in Drill-1.
  5. Set initialState to
const initialState = ['Tony Stark', 'Steve Rodgers', ' Nick Fury', 'Natasha Romanova', 'Clint Barton', 'Bruce Banner', 'Wanda Maximoff'];

Drill-3

  1. npm install
  2. Install redux and react-redux.
  3. Add all the functionality of Drill-2.
  4. Add the functionality of adding and removing from the guest list.

Drill-4

  1. npm install
  2. Install redux and react-redux.
  3. Add all the functionality of Drill-3.
  4. Add the functionality of editing any of the guest names.

Drill-5

  1. npm install
  2. Install redux, react-redux, axios, and redux-promise-middleware.
  3. You will need to use the DevMountain trivia api https://practiceapi.devmountain.com/#api-Trivia
  4. Build out this app so that you can:
  5. See a list of questions and select answers.
  6. Create a new question and have it appear in the list of questions.
  7. Edit questions.
  8. Delete questions.

redux-drills's People

Contributors

joeblank avatar

Watchers

James Cloos avatar  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.