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 .
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
The project can be run with
yarn start