This README file contains all the information to run the application and test documentation
- To install all the neccessary package first run the command on the terminal --- npm install
-After the installation is done to run the application on android use the command --- npx react-native run-android
-and for ios --- npx react-native run-ios
- To run the test use the command --- npm test
While developing and testing this application, I have tested it only on andriod since I am using windows machine couldn't be able to test it on ios.