All Projects → praneetrohida → Twitter Clone

praneetrohida / Twitter Clone

Licence: mit

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Twitter Clone

react-enterprise-starter-kit
Highly Scalable Awesome React Starter Kit for an enterprise application with a very easy maintainable codebase. 🔥
Stars: ✭ 55 (-86.49%)
Mutual labels:  redux-saga
React Boilerplate Typescript
🔥 A highly scalable, offline-first foundation with the best developer experience and a focus on performance and best practices ( Typescript )
Stars: ✭ 279 (-31.45%)
Mutual labels:  redux-saga
Redux Subspace
Build decoupled, componentized Redux apps with a single global store
Stars: ✭ 319 (-21.62%)
Mutual labels:  redux-saga
movies
Real world isomorphic application for movies search, based on Webpack 5 / Express / React 17 + Redux-Saga / Bootstrap 4.6 + CSS Modules / i18next / SSR
Stars: ✭ 20 (-95.09%)
Mutual labels:  redux-saga
Chronos Timetracker
Desktop client for JIRA. Track time, upload worklogs without a hassle.
Stars: ✭ 273 (-32.92%)
Mutual labels:  redux-saga
Dva
🌱 React and redux based, lightweight and elm-style framework. (Inspired by elm and choo)
Stars: ✭ 15,884 (+3802.7%)
Mutual labels:  redux-saga
react-redux-crud
An example react-redux-saga CRUD application
Stars: ✭ 47 (-88.45%)
Mutual labels:  redux-saga
React Native Boilerplate
🚀 Type Based Architecture for developing React Native Apps using react, redux, sagas and hooks with auth flow
Stars: ✭ 375 (-7.86%)
Mutual labels:  redux-saga
Redux Saga Firebase
A redux saga integration for firebase.
Stars: ✭ 279 (-31.45%)
Mutual labels:  redux-saga
Blog React
基于typescript koa2 react的个人博客
Stars: ✭ 314 (-22.85%)
Mutual labels:  redux-saga
interbit
To the end of servers
Stars: ✭ 23 (-94.35%)
Mutual labels:  redux-saga
React Native Navigation Redux Starter Kit
React Native Navigation(v2) Starter Kit with Redux, Saga, ESLint, Babel, Jest and Facebook SDK 😎
Stars: ✭ 271 (-33.42%)
Mutual labels:  redux-saga
Express React Fullstack
Simple, Useful Full Stack Express and React Application
Stars: ✭ 286 (-29.73%)
Mutual labels:  redux-saga
create-react-redux-app
React boilerplate based on create-react-app
Stars: ✭ 49 (-87.96%)
Mutual labels:  redux-saga
Blockchain Wallet V4 Frontend
Blockchain.com's Wallet built with React & Redux
Stars: ✭ 323 (-20.64%)
Mutual labels:  redux-saga
MyReads
📚 MyReads is @udacity React Nanodegree Project. This is a book tracking app allows you to select and categorize books you have read, are currently reading, or want to read. The project emphasizes using React to build the application and provides an API server and client library that it should be persisted information as user’s interacts with th…
Stars: ✭ 13 (-96.81%)
Mutual labels:  redux-saga
Ssr Sample
A minimum sample of Server-Side-Rendering, Single-Page-Application and Progressive Web App
Stars: ✭ 285 (-29.98%)
Mutual labels:  redux-saga
Redux Saga Examples
Yet another example repository for redux-saga.
Stars: ✭ 392 (-3.69%)
Mutual labels:  redux-saga
Reading
iReading App Write In React-Native
Stars: ✭ 3,435 (+743.98%)
Mutual labels:  redux-saga
React Redux Boilerplate
Awesome React Redux Workflow Boilerplate with Webpack 4
Stars: ✭ 307 (-24.57%)
Mutual labels:  redux-saga

Twitter Clone

This is a simple application created using React Native and Redux to mimic basic design and functionality of the official Twitter app. It uses fakerJs and json-server to run a demo server for the application.

Preview -

ios-demo

Dependencies

  • React Native
  • NativeBase for UI Elements
  • FakerJS
  • Lodash
  • Redux for State Management
  • Redux Saga
  • React Navigation

Get Started

1. Clone the Repo

On the command prompt run the following commands

$ git clone https://github.com/pranit123/Twitter-Clone.git

$ cd Twitter-Clone/

$ npm install

$ npm install -g json-server

2. Run the server

Run the following command

$ npm run serve

To start the expo app

Run the following command

$ npm start

To run on iOS simulator/device

Run the following command

$ npm run ios

To run on android emulator/device

Run the following command

$ npm run android

Credits

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].