Skip to content

Latest commit

 

History

History
30 lines (14 loc) · 591 Bytes

README.md

File metadata and controls

30 lines (14 loc) · 591 Bytes

Twitter Clone With React and Redux

Twitter Clone is a simple app that allows you to post tweets , view Timeline ,like or reply to tweets ,and view replies to tweets if any .

This app is part of the Udacity's React Nanodegree program .

Installation

Clone the repository, change directories, and use YARN to install the dependencies.

$ git clone https://github.com/SlimGabsi/react-twitter-clone.git
$ cd react-twitter-clone
$ yarn install 

Usage

The project can be run with

  • yarn start