- Seid Mohamed
- Nick Abramowicz
- Nick Magruder
- James Gerstenberger
Version: 1.0.0
An Expo app that users can access and use to create their own collections and view daily for price fluctuations. A detailed view of each cryptocurrency with access control for user profiles using Firebase.
- To replicate this build a user will need to clone the repository and run
npm install
- The user will also need the expo-cli downloaded
- Once these steps are completed the user will be able to run
expo start
to view a simulator of the application
- For a user to use this app they will need to download the expo application from the apple app store or the google play store
- The user will need to create an expo account
- Upon doing so they will need to search for the published app in expo, utilize a provided qr code, or email link to access the application
- Upon opening the application the user will need to create a profile and then add the currencies they would like to view to their collection
- Auth, Login and Register functions adapted from Udemy Course:
- React Native Docs
- React Docs
- Styled Components Docs
- React Navigation Docs
- Firebase Docs
- Stack Overflow
- "expo": "~41.0.0",
- "expo-linear-gradient": "~9.1.0",
- "expo-status-bar": "~1.0.4",
- "firebase": "8.2.3",
- "@react-native-async-storage/async-storage": "^1.13.0",
- "@react-native-community/masked-view": "0.1.10",
- "@react-navigation/native": "^5.9.4",
- "@react-navigation/stack": "^5.14.4",
- "@reduxjs/toolkit": "^1.5.1",
- "react-native"
- "react-native-elements": "^3.4.0",
- "react-native-gesture-handler": "~1.10.2",
- "react-native-linear-gradient": "^2.5.6",
- "react-native-paper": "^4.7.2",
- "react-native-reanimated": "~2.1.0",
- "react-native-safe-area-context": "3.2.0",
- "react-native-screens": "~3.0.0",
- "react-native-svg": "^12.1.1",
- "react-native-vector-icons": "^8.1.0",
- "react-native-web": "~0.13.12",
- "react-redux": "^7.2.3",
- "redux": "^4.0.5",
- "redux-devtools-extension": "^2.13.9",
- "redux-thunk": "^2.3.0",
- "styled-components": "^5.2.3"