Skip to content

Latest commit

Β 

History

History
39 lines (28 loc) Β· 2.25 KB

File metadata and controls

39 lines (28 loc) Β· 2.25 KB

Welcome to the DALI Member app!πŸ“±πŸ–₯πŸ™ŽπŸ™Žβ€β™‚οΈ

Hey! This app was designed to complete challenge #2 of my DALI Lab 2018 Spring application. Brayan Lozano '20.

Drawing

πŸ“‹ Features

Version 1 fetches a JSON file from DALI's servers with information about its members, their hometown, and other details. Using this JSON, labels are generated for each member that displays their photo, their name, their quote. Once pressed, a modal appears displaying more information such as a map with their hometown, the projects they have worked on, and even the terms they have worked with DALI. If their photo is clicked, the user is redirected to the members personal website in Safari. This version was strictly built and designed for iOS but will still compile for android.

πŸ”§ How it Was Built

This app was entirely built using React Native and several community built node modules.

Modules:

πŸ“± Screenshots

Drawing Drawing

πŸš› How to run

To compile and run simply use the following commands.

$ cd DaliMembers-master
$ npm install
$ react-native run-ios