GithubHelp home page GithubHelp logo

kbperez / 36-asynchronous-actions Goto Github PK

View Code? Open in Web Editor NEW

This project forked from codefellows-seattle-javascript-401d21/36-asynchronous-actions

0.0 2.0 0.0 460 KB

JavaScript 94.17% HTML 0.75% CSS 5.08%

36-asynchronous-actions's Introduction

cf 36: Async Actions

Submission Instructions

  • Work in a fork of this repository
  • Work in a branch on your fork
  • Write all of your code in a directory named lab- + <your name> e.g. lab-duncan
  • Submit a pull request to this repository
  • Submit a link to your pull request on canvas
  • Submit a question, observation, and how long you spent on canvas

Requirements

Configuration

back-end/
  • copy your lab-14 or comparable api into into a back-end directory
frontend/
  • README.md -- with documentation about your lab
  • .babelrc -- with all dependencies and dev-dependencies
  • .eslintrc.json -- with the class .eslintrc.json file
  • .gitignore -- with a robust .gitignore
  • .eslintignore -- with the class .eslintignore
  • package.lock -- with the npm lockfile
  • package.json -- with all dependencies and dev-dependencies
  • webpack.config.js -- with webpack config
  • src/ -- containing the frontend code
  • src/main.js -- renders the app
  • src/style -- containing your sass
  • src/style/main.scss -- for importing and including reset and base
  • src/style/_vars.scss -- sass variables
  • src/style/_reset.scss -- sass reset
  • src/style/_base.scss -- base styles
  • src/style/_layout.scss -- layout styles

Feature Tasks

  • Create a frontend for your lab-14-two-resource-api or week 5 project
  • You can also choose to use a comparable RESTful api that does not have auth (must permit full CRUD)
  • Use react/redux best practices
  • Add validation in your redux routers
  • Add reporter and thunk middleware to your redux store
  • make async action creators for making ajax request to your back-end
  • make sync action creators from updating your app store

Test

  • Test your redux reducers
  • Test your util methods

Documentation

Write a description of the project in your README.md

36-asynchronous-actions's People

Contributors

kbperez avatar izzybaer avatar sjschmidt44 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.