https://github.com/vigzmv/twitt
[Deprecated] Real-time Twitter clone React-Native App with GraphQL-Node-MongoDB backend.
https://github.com/vigzmv/twitt
apollographql graphql react-native
Last synced: 3 months ago
JSON representation
[Deprecated] Real-time Twitter clone React-Native App with GraphQL-Node-MongoDB backend.
- Host: GitHub
- URL: https://github.com/vigzmv/twitt
- Owner: vigzmv
- License: mit
- Created: 2018-03-13T19:19:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-16T19:13:25.000Z (almost 8 years ago)
- Last Synced: 2024-10-18T21:59:19.579Z (over 1 year ago)
- Topics: apollographql, graphql, react-native
- Language: JavaScript
- Homepage:
- Size: 492 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Deprecated] Twitt
[](https://github.com/vigzmv/twitt)
[](https://github.com/vigzmv/twitt)
[](https://github.com/vigzmv/twitt)
**Realtime Twitter clone native App with GraphQL-Node-MongoDB backend.**

**Features:**
- Realtime Tweet feed powered by Apollo Client and Websocktes PubSub.
- Optimistic UI methodolgy for quick UI and smooth UX.
- Cool Skeleton Loading [Placeholders](https://cloudcannon.com/deconstructions/2014/11/15/facebook-content-placeholder-deconstruction.html)
- GraphQL fragments
Built Using:
* React Native
* Redux
* GraphQL
* Apollo GraphQl Client
* MongoDB
* React Navigation
* Web Socktes
* JWT Auth
## Run the App
### Native
#### Install the dependencies:
```sh
npm install
```
#### Run the development server:
```sh
exp start
```
### Server
#### Install the dependencies:
```sh
npm install
```
#### Run the development server:
```sh
npm run dev
```
## Contribute ?
* Fork the repository
* Commit your changes
* Submit a pull request
## Licence
[MIT Licence](https://github.com/vigzmv/twitt/blob/master/LICENSE) ©
[Vignesh M](https://vigneshm.com)