fix: update projects headline for LoL project
This commit is contained in:
@@ -79,7 +79,7 @@ export const projects: Project[] = [
|
||||
year: "2026",
|
||||
stack: ["React", "TypeScript", "Riot API"],
|
||||
description:
|
||||
"An app I built for a friend who challenged themselves of reaching a higher rank. Surfaces specific matchup insights and personalized tips based on their match history.",
|
||||
"An app I built for a friend who was trying to climb the ranks in League of Legends. It pulls in match data and account stats from the Riot API, and allows users to keep notes on matchups, builds, and more.",
|
||||
liveUrl: "https://demo.angelmankel.com/league",
|
||||
overview: [
|
||||
"This project is essentially a note taking and builds app for League of Legends, the popular competitive MOBA game. It utilizes a MySQL database to store user data, match history, and user created builds, item sets, and more. It utilizes the public and private Riot API to pull in match history, account rank and other data, and game assets like item icons and champion art.",
|
||||
|
||||
Reference in New Issue
Block a user