2

Want to write a webapp to practice my Nodejs and Vuejs skills. Any ideas, you were wondering about (no to-do list)?
I was thinking about to involve some external API.

Comments
  • 1
    How about a devRant client that allows you to show feeds from only specific users? (Like a follow feature)

    They have a json api.
  • 1
    Do something fun with the soundcloud api? :)
  • 1
    Make a chat app, really enhances your skills
  • 1
    Make a multiplayer party game! No graphics or other fancy stuff, just take a simple concept, for instance clients all enter words and they get more points the more common the word is and they fight against each other to get the highest score . build it with NodeJS and Socket.IO on the server side, Vue on the client side. Try building a scoreboard as well.

    Spoilers: https://github.com/nickdbush/...
Add Comment