Skip to content

A functional Twitter Like App. Use can Create the tweet, Like and share.

Notifications You must be signed in to change notification settings

zeel-codder/TwitterMaster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TwitterMaster

A fully functional Twitter Like App. Use can Create the tweet, Like, retweet and share with 2 septs User authentication with email and with the group creating Functionality.

Find More About Project Tech: Hear

Setup in local machine

  1. Install typescript, node js, git, vs-code(optional) in your system.

  2. Fork and Clone the repo

  3. Run bellow command

    npm i
  4. Start the server

    cd server && tcs --watch && npm run dev
  5. Start the React js App

    cd client && npm run start
  6. Do changes and make PR if you want to contribute.

App

al

Thank You