A form-based single-page web application intended for testing use by players of Smogon's 1v1 format. Supports all generations.
Frontend: JavaScript, HTML, CSS
Backend: NodeJS (with Express)
Libraries: regex, esm, fsUsage of pkmn/ps libraries is also included in this project.
When you land on the page, you input your own page and select the generation of your choice. Along with that, you can choose your pool of selected replays (custom or provided), and provide certain usernames to scout if desired.
After you put in your selections, you have a list of replays to filter by and submit matchup data. The HTML from Pokemon Showdown is actually replicated to provide the in-game preview experience. You select each checkbox based on whether the matchup goes in your favor (or shift-click for very ambiguous matchups, which will give you an orange checkbox) and submit by entry. Previous inputs are saved for ease of use. Form submits by a button click or completion of filtered submissions
The results of your entry submissions will be shown here.


