Skip to content

Claudiferock/Mobile-Programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mobile Programming Challenges

This repository is based on Juha Hinkula's challenges for his Mobile Programming course at Haaga-Helia, which starts with React and moving fast into React Native.

RN01: Calculator
Screenshot of React Native Calculator app

RN02: Number guessing game
Screenshot of React Native guessing game app Screenshot of React Native guessing game app

RN03: Calculator (with operations history)
Screenshot of React Native Calculator app with operations history

RN04: Shopping List
Screenshot of React Native shopping list app

RN05: Calculator (Multipage)
Screenshot of React Native multipage calculator app

RN06: Guessing game with high score
Screenshot of React Native guessing game app with high score

RN07: Recipe finder
Screenshot of React Native recipe finder app

RN08: Euro converter
Screenshot of React Native currenccy (euro) converter app

RN09: Address finder
Screenshot of React Native address finder app

RN10: Restaurant finder (Optional)
Screenshot of React Native restaurant finder app

RN11: Current position marker app Screenshot of React Native current position marker app

RN12: Shopping list with DB (SQLite)
Screenshot of React Native shopping list app with SQLite Database

RN12OPT: Shopping list with Firebase (real time DB)
Screenshot of React Native shopping list app with Firebase Database

RN13: Shopping list with polished UI (React Native Element UI Toolkit)
Screenshot of React Native shopping list app with Polished UI

RN14: My places app
Screenshot of React Native my places app

R01: Hello World
Screenshot of simple 'hello world' react app

R02: Click Counter
Screenshot of click counter app

R03: Click Counter with React Hooks
Screenshot of click counter app using React Hooks

R04: Trivia
Screenshot of Trivia app

R05: Weather API
Screenshot of eather API app

R06: List
Screenshot of React list app

R07: Repositories list
Screenshot of Repositories list app

R08: Repositories list with Search
Screenshot of Repositories List app with Search functionality