Skip to content

javed24/twitter-redux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter-Redux

Live demo

A Twitter like application built with Redux. Users will be able to post a new tweet, like or reply to existing tweets.

Installation and Launch

  1. To install the application clone this git repo:
$ git clone https://github.com/javed24/twitter-redux.git
  1. Navigate into the application folder:
$ cd twitter-redux (your folder name)
  1. Install dependencies:
$ npm install
  1. 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.