iricartb / edx-harvard-cs50-mobile-app-development-with-react-native

Ivan Ricart Borges - Harvard - CS50's Mobile App Development with React Native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CS50's Mobile App Development with React Native

Course description

This course picks up where CS50 leaves off, transitioning from web development to mobile app development with React Native.

The course introduces you to modern JavaScript (including ES6 and ES7) as well as to JSX, a JavaScript extension. Through hands-on projects, you'll gain experience with React and its paradigms, app architecture, and user interfaces. The course culminates in a final project for which you'll implement an app entirely of your own design.

Projects

PROJECT 0 - TODO App

The goal of this project is to practice JavaScript and its paradigms by creating a TODO app. This app should be able to add TODOs and track the number of total TODOs as well as the number of unchecked TODOs.

PROJECT 1 - Pomodoro Timer

For this project, you'll be implementing a Pomodoro timer. This timer will help people trying to use the [Pomodoro Technique] (https://en.wikipedia.or/wiki/Pomodoro_Technique).

It will vibrate to tell you when to take breaks or resume working, based on some determined values.

PROJECT 2 - Movie Browser - OMDb API REST

For this project, you'll be implementing a movie browser. It will allow users to search for movies included in the [Open Movie Database] (http://www.omdbapi.com/) and view additional information about any movies they select.

PROJECT 3 - FINAL - Trivial - OTDb API REST

For this project, you'll be implementing a trivial game. It will allow users to play trivial game using the [Open Trivial Database] (https://opentdb.com/).

About

Ivan Ricart Borges - Harvard - CS50's Mobile App Development with React Native


Languages

Language:JavaScript 96.6%Language:CSS 1.9%Language:HTML 1.5%