purple-test-app

Objective: Create a simple React Native app that displays a list of events and allows users to add Star Wars characters as participants using the GraphQL SWAPI.

Technologies used

Installation

To install the project, first clone the repository:

git clone https://github.com/krystofcelba/purple-test-app.git

Then, navigate to the project directory and install the dependencies using Yarn:

cd purple-test-app
yarn

Usage

To start the application in iOS simulator, run: npx expo run:ios

Note: The project was tested on iOS only