dominikmlynarczyk / wsei-react-native

This project was created as part of the "Programming mobile applications" course at the university.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WSEI ToDo Mobile App

This application was done during "mobile devices programming" classes at WSEI College. Project was created in React Native using Expo.

Demo screens

Home Tasklist Info

Folders Structure

  • assets (images)
  • src
    • actions (actions for redux)
    • constants (variables: actions for reducer & color pallete)
    • reducers (redux reducers)
    • screens (main 3 app screen + todo partial screens)
    • store (starting point for redux)

Usage

  1. Download and install expo app on your phone
  2. Start project:
    • you need node 11 (the newest version)
    • go to root folder
    • install yarn if you do not have
    • yarn install
    • npm install expo-cli --global
    • expo start --android/ expo start --ios
    • open http://localhost:19002 - Expo DevTools
    • click 'Tunnel' in lower left corner screen
    • in termin type "?" to open expo help
    • in termin type "s" and login to your account
  3. Go to app in your phone
  4. Scan QR code or click on link
  5. Wait for download
  6. Test your app :) -> hot reload is default after every time if you save file.
  7. Building apk/ipa

About

This project was created as part of the "Programming mobile applications" course at the university.


Languages

Language:TypeScript 99.1%Language:JavaScript 0.9%