Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andre-ols/rentx-mobile
Rentx é um aplicativo de aluguel de carros.
https://github.com/andre-ols/rentx-mobile
Last synced: 4 days ago
JSON representation
Rentx é um aplicativo de aluguel de carros.
- Host: GitHub
- URL: https://github.com/andre-ols/rentx-mobile
- Owner: andre-ols
- License: mit
- Created: 2023-06-23T19:49:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-23T19:50:52.000Z (over 1 year ago)
- Last Synced: 2024-11-13T16:50:44.995Z (2 months ago)
- Language: TypeScript
- Size: 702 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![App Screenshot](.github/cover.png)
# Rentx
Rentx é um aplicativo de aluguel de carros, desenvolvido durante o Ignite da Rocketseat.
## Stack
- React Native
- Typescript
- Expo Bare Workflow
- WatermelonDB
- Lottie
- Reanimated v2
- Cache Image
- Offline first
- Nodejs as backend## Instalação
```bash
# Clone o repositório
git clone https://github.com/andre-ols/rentx-mobile.git# Entre na pasta do projeto
cd rentx-mobile# Instale as dependências
yarn install
```## Iniciando a aplicação
Lembre-se de atualizar a baseURL em services/api.ts com o endereço IP da sua máquina para utilizar o back-end.
Em seguida execute a API:
```bash
yarn start
```## Funcionalidades
- Autenticação de usuário
- Cadastro de usuário
- Atualização de perfil
- Listagem de carros disponíveis
- Listagem de meus carros alugados
- Aluguel de carros
- E mais...## Demo
Clique no link para visualizar o vídeo no LinkdeIn:
[![App Screenshot](.github/logo.png)](https://www.linkedin.com/posts/andre-ols_react-native-reactnative-activity-6989942847319740416-XeT7?utm_source=share&utm_medium=member_desktop)