This project contains a Twitter clone application created using React and Firebase. This application allows users to create, view, and like tweets.
- Users can sign in and register.
- Authenticated users can create and delete tweets.
- Tweets can be liked, and likes are updated in real-time.
- Tweets are sorted by timestamp.
- Data is stored using Firebase Firestore, and user authentication is handled using Firebase Authentication.