This project is a React Native application that mimics some of the functionalities of the Facebook app. It includes features such as viewing posts, liking comments, updating profile pictures, and more.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Before running the application, ensure you have the following installed:
- Node.js
- npm or yarn
- React Native CLI
- Android Studio or Xcode (for iOS development)
A step-by-step series of examples that tell you how to get a development environment running.
- Clone the repository:
Install dependencies:
npm install
yarn install Run the application:
For Android:
npx react-native run-android For iOS:
npx react-native run-ios Running the tests Explain how to run the automated tests for this system (if applicable).
React Native - The framework used Expo - Open-source platform for making universal native apps Contributing Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
Taimoor Khan - Initial work - taimoorrkhan
This project is licensed under the MIT License - see the LICENSE.md file for details.