Kamsiy / super-smash-matchups

a web application that compares two characters from super smash bros. ultimate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Super Smash Bros. Ultimate Character Matchups

Description (Live Project)

This is a simple web application that compares two selected characters from super smash bros. ultimate. Characters are compared based on

  • what universe they are from
  • Tier
  • Attributes such as speed and weight,
  • Their best spirit combinations
  • how to unlock them
  • and specific character moves

Tiers

Characters are grouped by tiers. For example, a character in Tier S in better than a character in tier A. The tiers help to better describe how good a character is. The available tiers are:
S > A > B > C > D > E > F

Spirits

Spirits enhance character abilities. Theres 4 available slots for spirits ( 3 support slots and 1 Primary slot )

How to unlock a character

In SSBU you can unlock more characters by playing any of the 3 game modes ( world of light, versus, classic ). Some characters don't need to be unlocked and are available to Play with

Moves

Each character has its own set of moves
4 hit moves and a Final smash

Set Up Project

In the project directory, run the following commands

  1. npm install installs all dependencies required for the project
  2. npm run start Serves the project on your local machine

Available Scripts

The following CLI commands are available:

  • npm run start Runs the app in the development mode, serves it on http://localhost:3000 and reloads the page once edits are made to files

  • npm run test Launches the test runner in the interactive watch mode

  • npm run build Builds the app for production to the build folder.

Credits

About

a web application that compares two characters from super smash bros. ultimate


Languages

Language:JavaScript 59.0%Language:CSS 20.8%Language:Java 12.0%Language:HTML 8.2%