Skip to content

Arsaluddin/twitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter Clone - MERN Stack

Overview

This project is a Twitter clone built using the MERN stack, featuring a full-fledged social media platform with user authentication, real-time updates, and more. Users can create accounts, post tweets, follow other users, and engage in a Twitter-like experience.

Technologies Used

  • MongoDB: Database for storing user data, tweets, and other information.
  • Express.js: Backend framework for building the API.
  • React.js: Frontend framework for creating a dynamic and responsive user interface.
  • Node.js: Server-side runtime for running the backend.

Getting Started

Prerequisites

  • Node.js and npm installed.
  • MongoDB database server.