Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/isabelamoraes/ignite-react-native-rentx-offline-first
https://github.com/isabelamoraes/ignite-react-native-rentx-offline-first
axios date-fns expo expo-image-picker express google-fonts lottie offline-first react-native react-native-calendars react-native-fast-image react-native-iphone-x-helper react-native-responsive-fontsize react-native-svg react-navigation styled-components typescript watermelondb yup
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/isabelamoraes/ignite-react-native-rentx-offline-first
- Owner: isabelamoraes
- Created: 2021-06-29T01:05:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-04T02:50:28.000Z (over 3 years ago)
- Last Synced: 2024-11-22T13:38:10.542Z (2 months ago)
- Topics: axios, date-fns, expo, expo-image-picker, express, google-fonts, lottie, offline-first, react-native, react-native-calendars, react-native-fast-image, react-native-iphone-x-helper, react-native-responsive-fontsize, react-native-svg, react-navigation, styled-components, typescript, watermelondb, yup
- Language: TypeScript
- Homepage:
- Size: 10.9 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
RentX - offline first version
Your luxury car rental app
Features |
Getting Started |
Reference
## Features
This project was developed with the following technologies:
- **[React Native](https://reactnative.dev/)** - A framework for creating native apps for Android and iOS with JavaScript and React.
- **[Expo](https://reactnative.dev/)** - A platform for making universal native apps for Android and iOS with JavaScript and React.## Getting Started
To clone and run this application, place from your command line:
```bash
# Clone this repository
$ git clone https://github.com/isabelamoraes/ignite-react-native-rentx-offline-first.git ignite-react-native-rentx-offline-first# Go into the repository
$ cd ignite-react-native-rentx-offline-first# Go into the API repository
$ cd rentx-api# Install API dependencies
$ yarn# Run the API server
$ yarn start# Go into the application repository
$ cd rentx# Install application dependencies
$ yarn# Run the mobile application (Android)
$ yarn android```
## Reference
This application was developed during the classes of the Chapter IV of the React Native track on Ignite, training promoted by Rocketseat.