Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.3 KB

README.md

File metadata and controls

41 lines (29 loc) · 1.3 KB

Twitter Clone - Expo and React Navigation

This project is a work-in-progress clone of the popular social media platform Twitter, built using React Native with Expo and React Navigation.

Features:

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.

Prerequisites:

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/

Getting Started:

  1. Clone this repository:
git clone https://github.com/imparth7/twitter.git
  1. Install dependencies:
Bash
cd twitter
expo install
  1. Run the app in development mode:
Bash
expo start

Disclaimer:

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.

Contributing:

Feel free to contribute to this project by forking the repository and making pull requests with your improvements, bug fixes, or additional features.