FOSSASIA
loklak: Create a loklak app which displays a list of loklak apps
This sounds recursive but it's actually a really simple task: loklak provides a json api which lists all apps of loklak. You must create a index.html file using angular.js to display this list. People can then select an app and click on links to the app in your index.html. Your work will become part of loklak and will be hosted on loklak.org. Steps to do:
- check http://loklak.org/api/apps.json - thats the file you must visualize in your web page (now called a 'loklak app')
- read, understand and do https://github.com/loklak/loklak_server/blob/master/html/apps/apps.md
- make an app named 'applist' which shows a nice list of the apps in http://localhost:9000/api/apps.json showing the app name, author and details contained in the SoftwareApplication declaration.
- all lists must contain a link to the actual app
This sounds a bit complex, but is actually not really complex. Just copy-paste from existing apps to start. To complete the task, you must send a pull request to https://github.com/loklak/loklak_server
Task tags
Students who completed this task
Seva Zhidkov