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.
- Host: GitHub
- URL: https://github.com/zeel-codder/twittermaster
- Owner: zeel-codder
- Created: 2021-08-30T13:14:31.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-02-09T10:25:13.000Z (over 1 year ago)
- Last Synced: 2025-02-09T10:29:22.563Z (over 1 year ago)
- Topics: css, express, nodejs, react, reactjs, typescript
- Language: TypeScript
- Homepage: https://twittermaster.netlify.app/
- Size: 58.4 MB
- Stars: 0
- Watchers: 0
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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

# Thank You