An open API service indexing awesome lists of open source software.

https://github.com/zeel-codder/twittermaster

A functional Twitter Like App. Use can Create the tweet, Like and share.
https://github.com/zeel-codder/twittermaster

css express nodejs react reactjs typescript

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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](./About.md)

# 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

```bash
nvm use 14.0.0
npm i
```

4. Start the server

```bash
cd server && tcs --watch && npm run dev
```

5. Start the React js App

```bash
cd client && npm run start
```

6. Do changes and make PR if you want to contribute.

# App

![al](./img/output.gif)

# Thank You