Building a simple Twitter clone for Advanced Front-End Web Development Nanodegree Program
- Dashboard page displaying the navigation and tweets
- Page to view a single tweet and replies on it
- View for creating a new tweet
- HTML, CSS
- ReactJS, Redux
Clone down this repository. You will need node
and npm
installed globally on your machine.
Installation:
npm install
To Start Server:
npm start
To Visit App:
localhost:3000