The data about trainers and Pokemon will be stored on a Rails API, but we can handle the visual aspects in a JavaScript frontend. Through their journey, a Pokemon trainer can only have 6 Pokemon on ...
The ability to spin up a Rails APIs can actually help us develop our frontend JavaScript abilities, as the API will give something tangible to work against as you write your code. For this project, ...