|----README.md
├── public
│ ├── checkers.ico
│ ├── checkers.png
│ ├── index.html
│ ├── logo192.png
│ ├── manifest.json
│ └── robots.txt
├── src
│ ├── assets
│ │ ├── backgroundImg_2.jpeg
│ │ ├── screenshot-1.png
│ │ ├── screenshot-2.png
│ │ ├── screenshot-3.png
│ │ ├── screenshot-4.png
│ │ ├── screenshot-5.png
│ │ ├── screenshot-6.png
│ │ ├── screenshot-7.png
│ │ └── screenshot-8.png
│ ├── components
│ │ ├── Board
│ │ │ ├── Cell
│ │ │ │ └── index.jsx
│ │ │ ├── Row
│ │ │ │ └── index.jsx
│ │ │ └── index.jsx
│ │ ├── MainContainer
│ │ │ └── index.jsx
│ │ ├── Modals
│ │ │ ├── Confetti
│ │ │ │ └── index.jsx
│ │ │ ├── GameOver
│ │ │ │ └── index.jsx
│ │ │ ├── StartGameModal
│ │ │ │ └── index.jsx
│ │ │ └──WarningModal
│ │ │ └── index.jsx
│ │ ├── ScoreBoard
│ │ │ └── index.jsx
│ │ ├── Stone
│ │ │ └── index.jsx
│ ├── redux
│ │ ├── GameSlice
│ │ │ └── index.js
│ │ └── store.js
│ ├── utils
│ │ └── chekers
│ │ └── index.js
│ ├── App.js
│ ├── index.css
│ └── index.js
├── .gitignore
├── package-lock.json
├── package.json
└── tailwind.config.js