Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luismda/ignite-fleet
Offline first app in React Native for managing vehicle fleets.
https://github.com/luismda/ignite-fleet
expo-location expo-task-manager mongodb react-native react-native-google-signin react-native-maps realm styled-components typescript
Last synced: 1 day ago
JSON representation
Offline first app in React Native for managing vehicle fleets.
- Host: GitHub
- URL: https://github.com/luismda/ignite-fleet
- Owner: luismda
- Created: 2024-02-17T13:09:40.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-23T21:04:47.000Z (9 months ago)
- Last Synced: 2024-04-23T02:51:11.927Z (8 months ago)
- Topics: expo-location, expo-task-manager, mongodb, react-native, react-native-google-signin, react-native-maps, realm, styled-components, typescript
- Language: TypeScript
- Homepage:
- Size: 3.87 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ignite Fleet Mobile App 🚗
---
## About
This project is an offline-first mobile application developed with React Native and Expo for managing vehicle fleets. In the app, you can log in with your Google account and, after that, register the departure of a vehicle by informing the license plate and purpose.
The application is able to obtain your current location and identify changes in location, creating a drawing on the map of the route taken with the vehicle. Finally, it is possible to record the arrival of the vehicle and view all vehicles used in a history. As the application is offline-first, it is possible to perform these functions without an internet connection, so the data will be synchronized in an online database when there is an internet connection again.
The focus of this project was to implement **social authentication, offline-first and geolocation techniques**. So here are some technologies used:
- React Native
- Expo
- Expo Location (get current location)
- TypeScript
- React Native Maps (display the map)
- RealmDB (manage data in offline state)
- MongoDB Atlas (manage data in online state)
- Google Cloud Platform (social authentication and maps API)Additionally, this project was developed during [Rocketseat](https://github.com/rocketseat-education) React Native training. The project's Figma can be accessed through the link below.
[**Access the project layout in Figma**](https://www.figma.com/community/file/1233747170984378974)
## Instructions
Clone the repository:
```sh
git clone https://github.com/luismda/ignite-fleet.git
```Create a `.env` file (following the `.env.example`) and then install dependencies:
```sh
npm i
```Run pre build:
```sh
npx expo prebuild
```Start app:
```sh
npm run android# or
npm run ios
```## Created by
LuÃs Miguel | [**LinkedIn**](https://www.linkedin.com/in/luis-miguel-dutra-alves/)
##
**#NeverStopLearning 🚀**