The objective was to build both a mobile (React Native) and web experience (React) over a REST api (NodeJS, Express).
https://expo.io/@gregartemides/Contacts-CRUD-RESTful
- Contacts RESTful Api: https://github.com/gregartemides/contacts-api
- Contacts Web App on Codepen: https://codepen.io/gregartemides/details/WEEPYJ/
Prerequisites: You need to have Expo XDE or the exp CLI installed
git clone https://github.com/gregartemides/contacts-mobile-app.git
cd contacts-mobile-app
npm install
exp start
Or instead of "exp start" open Expo XDE and import the project folder.