Project Setup Documentation Prerequisites Before you begin, ensure you have met the following requirements:
Node.js installed (version 12 or later) npm (Node Package Manager) installed Expo CLI installed globally Installation Clone the Repository
Install Dependencies
Start the Expo Server
Running the Project Open the Expo Developer Tools After running npm start, the Expo Developer Tools should open in your default web browser. If not, you can manually open it by navigating to http://localhost:19002.
Run on a Physical Device or Emulator
For iOS: Use the Expo Go app from the App Store and scan the QR code from the Expo Developer Tools. For Android: Use the Expo Go app from the Google Play Store and scan the QR code from the Expo Developer Tools. For Emulator: You can also run the project on an Android or iOS emulator. Ensure you have the emulator running and configured.
Contributing To contribute to this project, follow these steps:
Fork the repository. Create a new branch: git checkout -b feature-branch-name. Make your changes and commit them: git commit -m 'Add some feature'. Push to the branch: git push origin feature-branch-name. Create a pull request. License This project is licensed under the MIT License.