Welcome!
Status Projects allows you to manage your whole set of projects using tools that are available on the Internet inside your GitHub!
For that, you will only need your GitHub account, no extra tool needed, no extra login needed!!!
Even better, now you can manage your projects using the README.md or any Markdown file! :D Aaaaand you can edit your status directly on your favourite Brownser! Isn't that great!?
Managing Status
Managing the status of your projects is very important. If you are like me, you create projects as fast as you think, so, again, if you are like me, you will need a tool that allows you to see how much of your time you have been spending procrastinating...
The best way to see how fast one thing is getting done is probably by the use of Charts and Tables for data comparison.
For the Progress Bar, I am using progressed.io because I think that his concepts match with my idea of progress on a README.md. See more below:
![Progress]http://progressed.io/bar/20
![Progress]http://progressed.io/bar/60
![Progress]http://progressed.io/bar/100
![Progress]http://progressed.io/bar/91?title=done
For the Charts, I am using the Google Charts API. inside your Markdown (README.md, for example) file you can write:
![Chart](https://chart.googleapis.com/chart?cht=p&chs=250x100&chd=t:20,5,75&chl=Done|In%20Progress|To%20Do)
![Chart](https://chart.googleapis.com/chart?cht=p&chs=250x100&chd=t:100&chco=8BC34A&chl=Done)
For more information about Charts, please visit: https://developers.google.com/chart/image/docs/chart_params
Kanban
Managing the tasks of each project should be very important for you as well. For that reason, I created a small script on the link http://api.ideiadoluiz.com.br/postit/
that will server
as a "Post-it" maker. You can try to use it as a set of them as aKanban.
I tried to make this as customizable as I could. And you can customize it as below and use it as below:
![PostIt](http://api.ideiadoluiz.com.br/postit/)
![PostIt](http://api.ideiadoluiz.com.br/postit/?title=Task%20%231&desc=Example)
![PostIt](http://api.ideiadoluiz.com.br/postit/?bgColor=0080ff&strkColor=000000&txtColor=FFFFFF)
![PostIt](http://api.ideiadoluiz.com.br/postit/?bgColor=FFB3B3&strkColor=FFFFFF&title=Task%20%232&desc=Example)
![PostIt](http://api.ideiadoluiz.com.br/postit/?title=Task%20%231&desc=This%20just%20a%20small%20example%20for%20the%20webpage&bgColor=cfc&strkColor=00ff00&txtColor=ff8000)
Support, Contact or Trouble
Having trouble? Check out our repository.