Skip to content

Designed and implemented the integration of frontend components with backend services, ensuring backend features for a social media platform, including Follow, Unfollow, Create Tweet, Delete Tweet, and Timeline functionalities

Notifications You must be signed in to change notification settings

Sai-Kumar-Kanuri/Twitter-Clone-Frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter Clone 🐦

Twitter Clone Preview

Twitter clone built with the MERN stack - MongoDB, Express.js, React, and Node.js.

Features ✨

  • User Authentication: Secure user registration and login system.
  • Tweet Creation: Users can create and post tweets with text content.
  • Tweet Deletion: Ability to delete own tweets.
  • Follow/Unfollow: Users can follow and unfollow other users.
  • Timeline: View a personalized timeline with tweets from followed users.
  • Responsive Design: Ensures a seamless user experience across different devices.

Tech 🛠

Development 💻

1. Clone the repository

  ```bash
  git clone https://github.com/YourUsername/Twitter-Clone.git
  ```

1. Install dependencies

  ```bash
  cd twitter-clone
  npm install
  ```

1. Set up environment variables.

   ```bash
   MONGODB_URI=your-mongodb-uri
   JWT_SECRET=your-jwt-secret
    ```

1. Start the development server.

   ```bash
   npm start
   ```
   Now, your development environment is set up, and you can start working on the project locally.

About

Designed and implemented the integration of frontend components with backend services, ensuring backend features for a social media platform, including Follow, Unfollow, Create Tweet, Delete Tweet, and Timeline functionalities

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published