gcdeng / react-native-exercise-5-debugging

exercise from cs50's React Native course

Home Page:https://cs50.github.io/mobile/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lists

In lecture we talked about debugging.

The goal of this exercise is to practice the various debugging strategies that we discussed in lecture.

Installation

This exercise was bootstrapped using the Expo XDE. To run it, open this directory as a project in the XDE.

Exercise

For this exercise, there are a few buggy files located in /bugs. Replace the import in App.js with the buggy file to run it. Make sure not to change the lines that the files say not to change.

Solution

See the solution code in the solutions directory, or run them without looking at the code to play with the functionality.

About

exercise from cs50's React Native course

https://cs50.github.io/mobile/


Languages

Language:JavaScript 100.0%