Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/felixtanhm/game-arcade
- Owner: felixtanhm
- Created: 2024-02-02T10:25:46.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-25T21:54:10.000Z (9 months ago)
- Last Synced: 2024-11-05T11:17:52.755Z (about 2 months ago)
- Topics: html, javascript, odin-project, radix-ui, react, react-components, react-hooks, react-router, react-router-dom, reactjs, rocket-academy, tailwind, tailwindcss, tailwindui
- Language: JavaScript
- Homepage: https://game-arcade.pages.dev/
- Size: 901 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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