This project is a work-in-progress clone of the popular social media platform Twitter, built using React Native with Expo and React Navigation.
Basic user interface: Mimics the main functionalities of Twitter, profile page, tweet creation, and user search. Navigation: Utilizes React Navigation for smooth transitions between different screens. Expo: Leverages Expo for development and deployment, offering a streamlined experience without setting up a native development environment.
Node.js and npm (or yarn): https://nodejs.org/en/learn/getting-started/how-to-install-nodejs Expo CLI: https://docs.expo.dev/more/expo-cli/
- Clone this repository:
git clone https://github.com/imparth7/twitter.git
- Install dependencies:
cd twitter
expo install
- Run the app in development mode:
expo start
This project serves as a learning exercise and does not implement all the functionalities of the original Twitter app. It also does not include any user authentication or backend functionality.
Feel free to contribute to this project by forking the repository and making pull requests with your improvements, bug fixes, or additional features.