The purpose of this assignment is to demonstrate:
- An understanding of React Native syntax
- Working with an API
- Storing and manipulating React state
- Structuring an application with multiple components
- HTML and CSS ability
- Persistance storage knowledge
In order to run the provided solution the following software will need to be installed:
- Fork and clone the repository
- Open the repository folder and install the dependencies using
yarn
ornpm install
. - Run the development server using
yarn start
ornpm start
.
The repository contains a App.js
file inside the root folder; this should be the starting point for the application. Please feel free to create more components to structure the app in a logical manner.
The repository also contains an API key connected to Firebase used for authentication and cloud storage.
This project was built for the purpose of fulfilling the UECS 3253 Wireless Application Development requirements. Contributions are welcomed :)