An exploratory web service and web site allowing you to search through any and all champions in a visually interesting way. This was an exam portofolio application, but now its just fun to revisit at times.
##Local Deployment If you want a look, you can:
###Frontend
- Navigate to the "frontend" directory
- run npm install
- run npm run dev -- --open
###Backend
- Navigate to the "backendjs" directory
- run npm install
- run node index.mjs