Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/laurensk/jetdriver-app
- Owner: laurensk
- Created: 2020-08-08T15:17:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-17T21:11:03.000Z (almost 4 years ago)
- Last Synced: 2023-03-11T03:13:55.427Z (almost 2 years ago)
- Topics: android-app, cross-platform, ios-app, logbook, mobile-app, react-native
- Language: TypeScript
- Homepage:
- Size: 33.8 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.