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
-
Install typescript, node js, git, vs-code(optional) in your system.
-
Fork and Clone the repo
-
Run bellow command
npm i
-
Start the server
cd server && tcs --watch && npm run dev
-
Start the React js App
cd client && npm run start
-
Do changes and make PR if you want to contribute.