MCC Island Player Compare banner

MCC Island Player Compare

8 devlogs
13h 11m 19s

A website to compare statistics between 2 mcc island players

Demo Repository

Loading README...

DevCmb

Shipped this project!

I finally got around to making an MCC Island website! I’ve been wanting to learn how to use the MCCI API for a while now, and this lets me learn it while also making something useful in the process! I’m still no webdev genius, so I probably did some things inefficiently (and i basically threw out the concept of server-side rendering because I don’t understand it enough), but it works and im happy with it!

DevCmb

Another big one, this devlog is definitely a lot of finishing touches!

  • Added a readme
  • Finally added a home button on the compare page (it’s been on my mind for so long and i only now added it goog)
  • Add proper error handling on the homepage (previously it’d just direct to a 404 if you didn’t provide both players)
  • Applied the fix for api being disabled to a spot I missed, which would previously crash the website when you went to the style tab.
  • Add a 7 requests per minute ratelimit. This seems harsh but is more than enough given you’re not going to be making requests too often

Changelog

Attachment
Attachment
0
DevCmb

A lot of say for this devlog!

  • Removed the redundant name from the comparison box (the one with all the trophies) because it was basically just the same info already in the topbar. I moved the rank, crown, and + up to the top to accompany this
  • Restructured the trophy comparison to feature 2 layers, one with your crown level and overall trophies, and one for your trophies of each type
  • Fixed a bunch of bugs, boring boring :P goog
  • For collections which only have bonus items, I made it display the bonus trophy total instead of 0 style trophies

Changelog

Attachment
Attachment
0
DevCmb

Added a panel for showing all the games on MCC Island, along with the amount of trophies that can be earned from them and the 2 player progressions towards max.

This is basically already 1/3rd of the website done! I might not do fishing because it’d take a really really long time to get working, but we’ll see!

Changelog

Attachment
0
DevCmb

Added a topbar to the top of the page to allow you to change the currently selected player. Also added an easteregg for the player fanojug and moved all logic to a seperate component for the client (state management in nextjs is weird)

Changelog

Attachment
0