Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 943 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 943 Bytes

Twitter Clone Chirper APP

This is a Twitter clone app. The app uses Redux store management to ensure that it acts as a single source of truth. The app also uses to store some state in React, which is not mutated or used anywhere in the application.

The app demonstrates how a redux store could be structured in a Twitter Application.

The App user feature is currently a hardcoded user in shared.js in actions. It can be any one of the 3 users defined in _DATA.js file.

Install

Clone or download this app.

npm install Install the app.

yarn start This runs the app in development mode in browser.

Any Feedback is Welcome

Create React App

This project was bootstrapped with Create React App. You can find more information on how to perform common tasks here.