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
andweight
, - Their
best spirit combinations
how to unlock
them- and specific character
moves
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 enhance character abilities. Theres 4 available slots for spirits ( 3 support slots and 1 Primary slot )
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
Each character has its own set of moves
4 hit moves and a Final smash
In the project directory, run the following commands
npm install
installs all dependencies required for the projectnpm run start
Serves the project on your local machine
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 thebuild
folder.