Skip to content

Latest commit

 

History

History
120 lines (83 loc) · 3.9 KB

README.md

File metadata and controls

120 lines (83 loc) · 3.9 KB

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)