Skip to content

technative-academy/ai-boardgame

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table Guru

Table Guru homepage

Table Guru is a board-game companion web app that helps players:

  • ask gameplay questions and get AI-generated answers
  • discover board-game related products in the shop

Table of Contents

Features

  • Responsive navigation with mobile menu
  • Ask page with:
    • character counting
    • loading state
    • API-backed AI responses
  • Shop page with:
    • search
    • offer shortcut
    • sorting
    • API-backed product cards (image, title, description, stars, price)
  • About and Home pages with shared component styling

Tech Stack

  • HTML5
  • CSS3
  • Vanilla JavaScript (ES modules, fetch, class-based UI logic)

Project Structure

.
├── index.html
├── ask/index.html
├── shop/index.html
├── about/index.html
├── css/
├── js/
│   ├── api.js
│   ├── ask.js
│   ├── shop.js
│   └── script.js
└── public/
    ├── images/
    └── svg/

Team

  • Qingling
  • Alperen
  • Alex

Packages

 
 
 

Contributors

Languages

  • CSS 49.8%
  • HTML 25.4%
  • JavaScript 24.8%