Skip to content

ParthVirgoz/twitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:
cd twitter
expo install
  1. Run the app in development mode:
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.

Releases

No releases published

Packages

No packages published