This app aims to become a cheap alternative to an average driver's dashcam needs. Since the app was written using the React Native framework, it works on both Android and iOS operating systems. It is capable of recording videos, saving them using asynchronous storage within the app (with native playback features), and detecting if the user was in an accident.
- Download the Expo Client app on your Android or iOS device.
- Open the following link and the app will build on your device locally.
Link: https://exp.host/@taricjain/CarCam
Run the following commands to get started!
cd ~/
git clone https://github.com/taricjain/CarCam.git
then
cd ~/CarCam/
npm install
in terminal to install dependencies.
After that, you can choose to run the app by typing
expo start
or
npm start