sunnydl / GamePerformanceTracker

Team project for CSE 115A in Fall 2021, UCSC
3 stars 0 forks source link

Search by Summoner Name #17

Closed Hao-bot-5000 closed 2 years ago

Hao-bot-5000 commented 2 years ago

This adds a search bar to the navigation bar that allows users to enter a summoner name and display statistics based on the input.

sunnydl commented 2 years ago

@Hao-bot-5000 Could you modify the routing, such that http://localhost:3000/overview/userName=Doublelift would redirect to the page that displays the info of Doublelift? Right now if I refresh the page, the info will be gone and will need to be input again. Other than that, everything looks great, thanks!