Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/felixtanhm/game-arcade

A compilation of small games built to solidify ReactJS concepts, styled with TailwindCSS.
https://github.com/felixtanhm/game-arcade

html javascript odin-project radix-ui react react-components react-hooks react-router react-router-dom reactjs rocket-academy tailwind tailwindcss tailwindui

Last synced: 6 days ago
JSON representation

A compilation of small games built to solidify ReactJS concepts, styled with TailwindCSS.

Awesome Lists containing this project

README

        

# Game Arcade 🕹ī¸

### Reflections

In these few months, every project that I've done was with some form of guidance and structure provided by a course provider. Game Arcade was started as a means to consolidate all that I have learnt so far in my journey of learning to code.

It also serves as an experiment for me to figure out how I would like to tackle future self-initiated projects. This has been a fun project, and I hope you have a bit of fun with these simple games. 🙂

Live Demo ✨

![game-arcade-demo](./src/assets/game-arcade.gif)

### Technologies

- React
- React Router
- Tailwind CSS
- Headless UI
- Vite
- Cloudflare

### Future Development

- React Testing Library
- Multi-Player Mode
- Tic Tac Toe MiniMax algorithm