/myEscape

my escape app made with React-native, willing to study more about state management with React Context and Realm as local database. Showcase:

Primary LanguageTypeScriptMIT LicenseMIT

my escape app idea

  • OBS: This is only a study of some technologies and libraries. Didn't use code best practises

I just realized this name is so my space

showcase: https://youtu.be/_Fuckq6n98Q

To run this project clone, yarn it and react-native link thanks!

OBS: After I've added react-native-scrollable-tab-view to the project, there is a small bug on this package after react-native upgraded. So in order to run this project you will have to go to node_modules/react-native-scrollable-tab-view/SceneComponent.js and take the trailing commas out. This issue is probably going to be fixed soon on the npm package Thanks!

  • Front-end Project Roadmap
  • Refactor code/detatch some (junk code) from certain components
  • Unit tests

When backend is setup

  • Add Apollo client for graphql

  • Add Authentication -optional-

  • Update data fetching in Attractions and Stayings

  • Create Rides

  • Back-end Project Roadmap
  • Setup local environment -DONE-

  • Integrate with cicle ci -DONE-

  • Setup AppSync -InProgress-