xClone is a Twitter-like project built with Next.js and managed with pnpm. It aims to replicate some of the core functionalities of the popular social media platform Twitter, allowing users to post tweets, follow others, and engage in conversations.
Before you begin, ensure you have the following installed on your machine:
-
Clone the repository:
git clone https://github.com/ashsajal1/xclone.git
-
Change into the project directory:
cd xclone
-
Install dependencies using pnpm:
pnpm install
-
Start the development server:
pnpm dev
-
Open your browser and navigate to
http://localhost:3000
to view the application.
- Tweeting: Users can create and post tweets.
- Following: Users can follow/unfollow other users.
- Notifications: Users receive notifications for likes, retweets, and mentions.
- User Profiles: View and edit user profiles.
- Search: Search for users and tweets.
If you'd like to contribute to xClone, please follow our contribution guidelines.
This project is licensed under the MIT License.