/rentx

Car rental application developed with React Native and NodeJS API

Primary LanguageTypeScript

Rentx - Car rental application developed with React Native and NodeJS API

This project was developed during the React Native track, available on Rocketseat's Ignite.

Table of contents

Overview

The project

Users should be able to:

  • List available cars
  • View car information
  • Schedule and rent
  • List rented cars

Screenshot

Development process

Built with

  • React Native
  • Expo
  • Axios

Coded by

How to run the project

Clone the repository using "git clone". After that, go to the project folder and use the command "npm install" or "yarn install" to install the dependencies (run this command on mobile and server folder).

Finally, run the server, open mobile folder and use the command "npm run android" or "yarn android" to start the project (remember to have the emulator or device connected or to use the appropriate command for iOS).