Git Product home page Git Product logo

exma-0324-homework-zzpengg's Introduction

EXMA Traning 03/24 Homework

  • 繳交期限

    • 至 4/01 (六) 下午 15:00
  • 繳交方式

    • 推到 homework 分支,並與 master 分支比較發起 Pull Request
  • 作業內容

    • 這是一個只有 toggle todo 功能的 Todo App
    • 本作業 todos 資料來源是後端 API,網址是 /api/todos/
    • 請將有註解的地方所缺少的程式碼依據說明來補上,完成從後端 API 來請求 todos 資料,並根據請求狀態顯示對應 UI 的流程
      • src/reducers/TodoAction.js
      • src/reducers/TodoReducer.js
      • src/containers/TodoContainer.jsx
    • Fetch with async action 的寫法可以參考上課投影片
  • 如何運行開發環境

    環境需求:Node.js 6.9.x 以上

    git clone {你的 repo 地址}
    
    git branch homework
    git checkout homework
    npm install
    npm start
    

    然後前往 http://localhost:3000

    當程式碼有所更改並存檔時,Webpack 會自動重新 compile & bundle

  • 如何繳交作業

    git push origin homework
    

    然後到發起一個與 master 分支比較的 PR

exma-0324-homework-zzpengg's People

Contributors

tz5514 avatar

Watchers

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