A mobile application where users can rent out their own cars or others' cars for a certain period of time, built using React Native.
To run, clone the repository and do the following on your terminal:
cd frontend
npm start
For IOS:
npm run ios
For Android:
npm run android