Giter Club home page Giter Club logo

harvard-cs50m-reactnative's Introduction

Harvard CS50M: CS50's Mobile App Development with React Native

Notes and practice projects about Mobile Application of Harvard University CS50 course. (Spring 2018)

Lecture

Lecture Title / Contents Materials Project / Exercise
Lecture 0 Overview, JavaScript slides, code -
Lecture 1 JavaScript, ES6 slides, code Project 0 - TODO App
Lecture 2 React, Props, State slides, code -
Lecture 3 React Native slides, code Project 1 - Pomodoro Timer
Lecture 4 React Native slides, code exercise

Projects

Project 0: TODO App

TODO: demo screenshot

Notes:

  • JavaScript Property

    • innerHTML:
      • HTMLDOMObject.innertHTML
      • The Element property innerHTML gets or sets the HTML or XML markup contained within the element.
    • children:
    • parentNode:
      • Return its parent node element
    • appendChild
  • Delete Element

    • Traditional way
      • element.parentNode.removeChild(element)
    • jQuery (DOM Library)
  • console.log(Object) will show the object detail on browser's console. (If not familar with the object property it's a good way to find out)

Example:

Project 1: Pomodoro Timer

My publish: https://exp.host/@daviddwlee84/pomodoro-timer

TODO: demo screenshot

# install dependencies
npm install

# install expo cli tool
npm install expo-cli --global

# start debuging
expo start

Example

Links

Tutorial

Flexbox

Tools

For React

For React Native

Third-party Components

Documents


harvard-cs50m-reactnative's People

Contributors

daviddwlee84 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

harvard-cs50m-reactnative's Issues

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.