orhun / CoolModFiles

A web player that plays some cool MOD files randomly 🎶
https://CoolModFiles.com
GNU General Public License v3.0
131 stars 12 forks source link

Show random messages on page refresh #39

Closed orhun closed 1 year ago

orhun commented 1 year ago

We might want to add another list of random messages for showing on page refresh.

Inspiration comes from #38 ✨

DreuXXX commented 1 year ago

Hello @orhun! I would like to work on this. Can you please assign it to me? I can also make a small backend and database part, to get random messages right from the database.

orhun commented 1 year ago

Hello @orhun! I would like to work on this. Can you please assign it to me?

Great, thanks! 🐻 Let me know if you need any guidance.

I can also make a small backend and database part, to get random messages right from the database.

We can put the quotes/messages in a const array for now but I'm curious about what's on your mind. What would be the easiest and most straightforward way of implementing such store?

DreuXXX commented 1 year ago

Well, since the frontend is done in React, what about to use simple Node.js express REST API with any kind of database(MongoDB or Postgres for example). But yeah, for start I can store it into const array and then we can discuss some upgrades.

orhun commented 1 year ago

Sounds good! Let's go step by step 👍🏼 We can discuss the database feature in a separate issue I think.

orhun commented 1 year ago

Implemented in #40