RenanMomesso / Ignite-ReactNative-RentX-2.0

πŸš˜πŸ“± Mobile App developed with React Native, Expo, and TypeScript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RentX

React Native version Expo version TypeScript version Node.js version
GitHub repo size in bytes MIT License

Index

🚘 The Project   |    πŸ›  Features   |    🏁 Starting


πŸš€ Ignite | RentX - 2.0

This project was developed during the React Native trail of Ignite.

🎨 Layout made in Figma by Tiago Luchtenberg


🚘 The Project:

This is the 2.0 version of RentX, an app for car rental.


Sign In Sign Up Profile
Home Details Choose Rental Period
Rental Period Rental Details Rented Cars

πŸ›  Technologies

Developed with React Native and TypeScript.


🏁 Starting the project:

Clone the project: git clone https://github.com/LiajuX/Ignite-ReactNative-RentX-2.0

❗ NOTE: If you don't have yarn installed, use npm instead.


πŸ€– To run the Back-End you shall open the terminal and run the following commands:

# to enter the Back-End folder
$ cd backend

# to download the dependencies
$ yarn

# to start the application on port 3333
$ yarn start

πŸ“± To run Mobile on your smartphone, on another terminal tab, run the following commands:

# to enter the Mobile folder
$ cd mobile

# to download the dependencies
$ yarn

# for Android
$ yarn android

# for iOS
$ yarn ios


Made by JΓΊlia Brito(LiajuX)

About

πŸš˜πŸ“± Mobile App developed with React Native, Expo, and TypeScript.

License:MIT License


Languages

Language:TypeScript 87.7%Language:Java 6.4%Language:Objective-C 3.4%Language:Starlark 1.3%Language:JavaScript 0.8%Language:Ruby 0.4%