/justify-text-app

A project using ReactJS and Redux to align text in Justify order using only javascript

Primary LanguageJavaScript

justify-text-app

A project using ReactJS and Redux to align text in Justify order using only javascript

##Run: If you have already installed webpack and webpack-devserver globally just ignore 2nd and 3rd command.

npm install
npm install webpack -g
npm install webpack-dev-server -g
npm start

##Screen Shot of App: Task Manager

##Note: I have developed a temporary API to generate Lorem Ipsum dummy content. Here I have used Faker to load random text.