Solution code to React Native vs. Outsystems blog posts.
Inspired by the Count down mobile app challenge by CodeMentor.io
Key Features • How To Use • Download • Credits • License
- Build in Expo / React Native
- Local database with events
- View events in overview list
- Create and edit events
To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/jan-wagenaar/CountDownRN_solution.git
# Go into the repository
$ cd CountDownRN_solution
# Install dependencies
$ npm install
# Run the app
$ npm start
Visit my blog post for instructions for the code challenge.
Note: If you're using Linux Bash for Windows, see this guide or use node
from the command prompt.
The demo app can be run and build in the Expo test server.
# Run the app
$ npm start
A full demo app can be viewed in my blog post.
Credits to jsparling for providing the basic structure of this app.
MIT
jan-wagenaar.nl · GitHub @jan-wagenaar ·