mirror of
https://github.com/ghndrx/gregh.dev.git
synced 2026-02-10 06:44:57 +00:00
Add 2048 game to projects
This commit is contained in:
@@ -216,6 +216,22 @@
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="tech-card" data-aos="fade-up" data-aos-delay="500">
|
||||
<h3 class="text-xl font-bold mb-4 text-[#64ffda]">2048 Game (React + AWS)</h3>
|
||||
<p class="text-[#8892b0] mb-4">
|
||||
A fully responsive implementation of the classic 2048 game built with React, TypeScript, and Vite.
|
||||
Hosted on AWS S3 + CloudFront with automated CI/CD via GitHub Actions.
|
||||
</p>
|
||||
<div class="flex space-x-4">
|
||||
<a href="https://github.com/ghndrx/game-2048" class="text-[#64ffda] hover:text-white" target="_blank">
|
||||
<i class="fab fa-github"></i>
|
||||
</a>
|
||||
<a href="https://2048.gregh.dev" class="text-[#64ffda] hover:text-white flex items-center gap-2" target="_blank">
|
||||
<i class="fas fa-external-link-alt"></i> Play Now
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user