https://igorkurkov.github.io/kottans-stats/
MDL SPA for tracking progress of users in course of kottans/frontend for awesome inspiring community =Kottans=
I was really appreciated about Kottans/frontend idea. It is that what each learner permanently seeking - support, explanations, live comments and real path to progress. So it only a little statistic page for rocky mentors, and of course for learners) Pull requests are welcome!)
Kottans are really cool! Try it)
If you want to start it with gulp - type npm install
, and then gulp
- you must have node.js and npm on your pc.
Link to REST API: https://github.com/IgorKurkov/kottans-stats-backend
version 1
- write adaptive SPA with parsing GitterAPI
- do autocomplite search
- make few charts based on google charts
version 2
- made full refactoring to modular project
- implement REST API for app on node.js/express/mongoDB
- write CRUD++ for filters, favorites to own REST API backend
version 3
- implement filters, sorts, full text search (backend REST + frontend)
- calendar with counts of messages per day, autofiltering by click any date, and some new graphs
- save, done filtered messages as tasks in "favorites" dashboard
- tiny auth for saving favorites per particular user email
gh-pages push: git push origin
git subtree split --prefix dist master:gh-pages --force