InstaFollowers

Build Status

This simple app lets you compare between your followers and the people you are following.

Built with

InstaFollowers uses:

And it's built using:

ToDo

  • Custom css
  • More atomic React Components
  • Take more advantage of ES2015

Contribute

Fork and clone the project. You'll need Grunt and Bower

npm install grunt-cli -g
npm install bower -g

and then do

npm install && bower install

to download dependencies.

To start developing use

grunt dev

This will build and watch the files. In case you just wanna build, use grunt build.