This is the first React Native project I created during/after I completed Stephen Grider's "Complete React Native and Redux" course. It was created as the final project for my 2017 Q2 goal at work to "learn React Native."
The goal of the app is to consume an API feed from Demco Software's SignUp event management software. I have plans to complete the "Filter" section of the app to allow real-time customization of the events which are shown.
The app is currently only built for and tested on the iOS simulator.
- Clone the repo
git clone https://github.com/thedeany/react-native-signup.git
cd react-native-signup
- Install dependencies via
npm install
- Run
npm start
- In a second terminal window, run
react-native run-ios