Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
Binary file added .DS_Store
Binary file not shown.
34 changes: 34 additions & 0 deletions TriNova/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# TriNova Pokémon

## About the Game
TriNova Pokémon is an interactive Pokémon Team Builder and Strategy Game. The application contains comprehensive features that allow users to draft a curated team of Pokémon, engage in a progressive leveling system, simulated battles against opponents, and analyze team strengths and weaknesses using detailed type alignments and stats. Features include a persistent player profile system, daily login rewards, dynamic visual interfaces, and unlockable progression mechanics that maximize long-term engagement and strategic depth.

## Libraries and Technologies Used
- **React**: Frontend library for building user interfaces.
- **Vite**: Next-generation frontend tooling.
- **Zustand**: A small, fast and scalable bearbones state-management solution for React.
- **React Query (@tanstack/react-query)**: Powerful asynchronous state management.
- **React Hook Form**: Performant, flexible and extensible forms with easy-to-use validation.
- **Zod**: TypeScript-first schema validation with static type inference.
- **dnd-kit (@dnd-kit/core, @dnd-kit/sortable)**: A lightweight, performant, accessible and extensible drag & drop toolkit.
- **Framer Motion**: A production-ready motion library for React.
- **AutoAnimate (@formkit/auto-animate)**: A zero-config, drop-in animation utility.
- **Recharts**: A composable charting library built on React components.
- **Lucide React**: Beautiful and consistent icons.
- **Sonner**: An opinionated toast component for React.
- **date-fns**: Modern JavaScript date utility library.

## APIs Used
- **[PokéAPI](https://pokeapi.co/)**: The RESTful Pokémon API.
- **Endpoints used**:
- `/pokemon/{id or name}`: To fetch specific Pokémon details and information.
- `/pokemon?limit={limit}&offset={offset}`: To fetch paginated lists of Pokémon.
- `/type/{id or name}`: To fetch details about specific Pokémon types.

## Demo / Media
https://drive.google.com/drive/folders/1WVzm3Ne_rW81gTJupc0BVh9050ddx4C3?usp=share_link

## AI Used
1. Claude
2. Gemini
3. Antigravity
233 changes: 233 additions & 0 deletions TriNova/dist/assets/index-DDiCg-W_.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions TriNova/dist/assets/index-DNsZF7uB.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 27 additions & 0 deletions TriNova/dist/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>TRINOVA — Pokémon Team Builder</title>

<!-- Favicon: pokéball using a simple SVG data URI -->
<link
rel="icon"
href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>⚡</text></svg>"
/>

<!-- Preconnect to Google Fonts for faster load -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />

<!-- Meta -->
<meta name="description" content="Draft your Pokémon team, battle an AI with card flips, and analyse your stats." />
<meta name="theme-color" content="#0d0d1a" />
<script type="module" crossorigin src="/assets/index-DDiCg-W_.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-DNsZF7uB.css">
</head>
<body>
<div id="root"></div>
</body>
</html>
26 changes: 26 additions & 0 deletions TriNova/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>TRINOVA — Pokémon Team Builder</title>

<!-- Favicon: pokéball using a simple SVG data URI -->
<link
rel="icon"
href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>⚡</text></svg>"
/>

<!-- Preconnect to Google Fonts for faster load -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />

<!-- Meta -->
<meta name="description" content="Draft your Pokémon team, battle an AI with card flips, and analyse your stats." />
<meta name="theme-color" content="#0d0d1a" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>
1 change: 1 addition & 0 deletions TriNova/node_modules/.bin/baseline-browser-mapping

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions TriNova/node_modules/.bin/browserslist

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions TriNova/node_modules/.bin/esbuild

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions TriNova/node_modules/.bin/jsesc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions TriNova/node_modules/.bin/json5

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions TriNova/node_modules/.bin/loose-envify

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions TriNova/node_modules/.bin/nanoid

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions TriNova/node_modules/.bin/parser

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions TriNova/node_modules/.bin/rollup

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions TriNova/node_modules/.bin/semver

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions TriNova/node_modules/.bin/update-browserslist-db

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions TriNova/node_modules/.bin/vite

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading