WeSearch

I Built a Football Tournament Simulator with Vue 3 ⚽

·2 min read · 0 reactions · 0 comments · 12 views
#football#programming#vue#webdev#opensource
I Built a Football Tournament Simulator with Vue 3 ⚽
⚡ TL;DR · AI summary

Oraz Chollaev developed a football tournament simulator using Vue 3 and TypeScript. The project evolved from a simple bracket app to a comprehensive simulator with various features, including match simulation and team power systems. Chollaev aims to enhance the simulator further with additional features like league systems and improved AI.

Key facts
Original article
DEV.to (Top)
Read full at DEV.to (Top) →
Opening excerpt (first ~120 words) tap to expand

try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3745292) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Oraz Chollaev Posted on May 18 I Built a Football Tournament Simulator with Vue 3 ⚽ #vue #webdev #programming #opensource I Built a Football Tournament Simulator with Vue 3 ⚽ I recently built a browser-based football tournament simulator using Vue 3 and TypeScript.

Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)