/climbing-app

React native application to follow my climbing progression

Primary LanguageJavaScript

Climbing app

https://expo.io/@fabien0102/climbing-app

A playground project to explore react-native (with expo) and graphcool. It's a simple application to follow my climbing progression.

Screenshots

home routes route detail

Folders structure

path description
/graphcool graphcool project
/app expo project

Getting start

App

  1. Go to /app
  2. Install dependencies -> npm i
  3. Open the project with expo

Graphcool

  1. Install graphcool cli -> npm i -g graphcool@next
  2. Go to graphcool folder -> cd graphcool
  3. Deploy your backend -> graphcool deploy

Crawlers

To have a database with real data, I made a small crawler for Flashh (Hamburg), you can use it or make you own crawler ;)

Instructions are into each crawler root folder.

Connecting app and graphcool

For finish, just update graphcool endpoint url in your app project.