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
universethey are from - Tier
- Attributes such as
speedandweight, - Their
best spirit combinations how to unlockthem- 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 installinstalls all dependencies required for the projectnpm run startServes the project on your local machine
The following CLI commands are available:
-
npm run startRuns the app in the development mode, serves it on http://localhost:3000 and reloads the page once edits are made to files -
npm run testLaunches the test runner in the interactive watch mode -
npm run buildBuilds the app for production to thebuildfolder.
