Skip to content

natlec/go-app

Repository files navigation


Go logo


A simple logbook for the places you've been or would like to go.

Introduction  /   Build  /   Credits


Example of Go app in action


Introduction

The ‘Go’ travel app is a simple logbook app, it provides the following features:

  • Multi-account support – You can register multiple accounts on one device and protect your trips using a password; additionally, your password is never stored on your device in plain text for extra security (lol).

  • Account updates – You can change your account details (email, username & password) under the ‘Account’ tab.

  • Add trips – You can add trips under the ‘Add Trip’ tab; additionally, you can include a variety of details for a trip, such as: name, address, category, cost, Wi-Fi password, website, email & phone number.

  • View trips – You can view all your trips under the ‘Trips’ tab and filter through them by category; additionally, you can view even more details by tapping on a trip.

  • Edit/remove trips – You can edit the details of an existing trip or remove it entirely by tapping on a trip under the ‘Trips’ tab.

Build

# install dependencies
$ npm install

# serve with hot reload
$ npm run start

For detailed explanation on how things work, check out Expo docs.

Credits

This project uses a variety of libraries, plugins & frameworks, feel free to check em' out:

  • Expo (MIT) — An open-source platform for making universal native apps with React..
  • React Native (MIT) — A framework for building native applications using React.