kVarunkk / MERN-Twitter-clone

Twitter clone using MERN stack but you can edit your tweets :)

Home Page:https://twitter-frontend-pssn.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MERN-Twitter-clone

Twitter clone made using MERN Stack.

twitter-pic

Features

  • Sign up/ Sign in via JWT Token
  • Customize account
  • Tweet
  • Comment
  • Retweet
  • Follow user
  • Like tweets and comments
  • Edit tweets and comments
  • Delete tweets and comments

Contribute

Prerequisites

  • node
  • npm
  • mongodb
  1. Fork this repository
  2. Clone this repository
  3. Install server dependencies
$ cd server
$ npm install
  1. Install client dependencies
$ cd client
$ npm install

Run the app

  1. Start mongodb locally
$ mongod
  1. Start the server
$ cd server
$ nodemon server.js
  1. Start the client
$ cd client
$ npm start

License

This project is made available under the MIT License.

About

Twitter clone using MERN stack but you can edit your tweets :)

https://twitter-frontend-pssn.vercel.app/

License:MIT License


Languages

Language:JavaScript 83.8%Language:CSS 15.8%Language:HTML 0.4%