A Twitter like application built with Redux. Users will be able to post a new tweet, like or reply to existing tweets.
- To install the application clone this git repo:
$ git clone https://github.com/javed24/twitter-redux.git
- Navigate into the application folder:
$ cd twitter-redux (your folder name)
- Install dependencies:
$ npm install
- Run the application:
$ npm start
The app will run on a new window/tab on the browser
Note: This application was built as the concluding project of Tyler Mcginnis's Redux course.