diff --git a/data/ideas.json b/data/ideas.json index 26a0ebc..1b6ca42 100644 --- a/data/ideas.json +++ b/data/ideas.json @@ -233,6 +233,12 @@ "level": "basic", "tags": "number-guessing" }, + { + "title": "Player Stat Tracker", + "description": "Create an application that list players on a team and their stats", + "level": "intermediate", + "tags": "sports-team, sport-stats" + }, { "title": "Major Days in History", "description": "A web application comprising major days in history including births, deaths, inventions, wars, etc. User can search for days, events or persons using an API.",