Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 551 Bytes

File metadata and controls

28 lines (21 loc) · 551 Bytes

Drivers and Cars

This app is based on a development challenge I did. The App focuses on creating cards for the drivers and cars of the company the app serves. In the app we can keep the data in the application's memory and we can also manage it with a crud base

Installation

Clone the project

  git clone https://github.com/emersonlimaa/frontend-challenge-react-native.git

Install dependences

  cd frontend-challenge-react-native
  yarn

run the project

iOS

  yarn ios

Android

  yarn ios