Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/laurensk/jetdriver-app

Mobile driving logbook app written in React-Native/TypeScript
https://github.com/laurensk/jetdriver-app

android-app cross-platform ios-app logbook mobile-app react-native

Last synced: about 1 month ago
JSON representation

Mobile driving logbook app written in React-Native/TypeScript

Awesome Lists containing this project

README

        

# JetDriver-App

JetDriver is a mobile driving logbook app for Android and IOS. It mainly helps to protocol all kilometres/miles you need to drive to get your drivers license.
Additionally, you can manage cars and companions and link them to your entries. JetDriver helps you to get detailed statistics and PDF-files to give to your driving school.

## Screenshots

Home screen | Create entry | All entries | QuickDrive | Dark mode | Dark mode entries
:-:|:-:|:-:|:-:|:-:|:-:
![](https://imgur.com/UseYIHp.png) | ![](https://imgur.com/j6DQEzZ.png) | ![](https://imgur.com/RDwdxGE.png) | ![](https://imgur.com/PU4wpPZ.png) | ![](https://imgur.com/3M9Hy1t.png) | ![](https://imgur.com/0TjwKFx.png)

## How to Build
- Run `npm i && npx react-native start`.
- Open ios/ in Xcode or /android in Android Studio and start building.