Skip to content

buraksatirci/horse-racing-game

Repository files navigation

Horse Racing Game

At yarışı simülasyonu yapabileceğiniz interaktif bir web uygulaması. Vue.js ile geliştirilmiş, Atomic Design prensiplerini ve yeniden kullanılabilir bileşen mimarisini kullanan bir uygulama.

Proje Yapısı

Proje, Atomic Design prensiplerine göre yapılandırılmıştır:

Atoms

  • BaseButton
  • BaseCard
  • MainFooter

Molecules

  • PanelHeader
  • EmptyState
  • RoundResultItem

Organisms

  • HorseList
  • RoundResult
  • MainHeader
  • GameControls
  • WelcomeScreen

Templates

  • GameLayout

Composables

  • useFormatters

Teknolojiler

  • Vue.js 3
  • Vuex 4
  • SCSS
  • Jest

Kurulum

npm install

npm run serve

Test

npm test

npm test tests/unit/RoundResult.spec.js

Build

npm run build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published