https://github.com/joemart/connect4
A simple connect 4 game using NextJS and Firebase. Have fun!
https://github.com/joemart/connect4
authentication chat connect4 firebase firebase-realtime-database game jest nextjs scss
Last synced: 3 months ago
JSON representation
A simple connect 4 game using NextJS and Firebase. Have fun!
- Host: GitHub
- URL: https://github.com/joemart/connect4
- Owner: joemart
- Created: 2024-10-17T23:27:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-18T19:25:32.000Z (over 1 year ago)
- Last Synced: 2025-01-25T21:26:04.061Z (over 1 year ago)
- Topics: authentication, chat, connect4, firebase, firebase-realtime-database, game, jest, nextjs, scss
- Language: TypeScript
- Homepage: https://connect4-fawn.vercel.app
- Size: 265 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
I created connect 4 using NextJS and Firebase.
References:
1. [Connect 4](https://www.youtube.com/watch?v=3tN72ihYz14)
2. [Full Socket.io and React.js Online Multiplayer Tic-Tac-Toe Game](https://www.youtube.com/watch?v=aA_SdbGD64E)
3. [SCSSLoader for path](https://github.com/Shopify/slate/issues/785)
4. [SCSS how to use include paths](https://github.com/vercel/next.js/discussions/12771)
5. [AuthContextProvider](https://github.com/sairajchouhan/nextjs-firebase-auth/blob/main/context/AuthContext.tsx)
6. [useContext + useEffect confusion](https://levelup.gitconnected.com/react-context-sync-vs-async-8d67562d4b4a)
7. [Factory functions for DBClass.ts](https://heyjoshlee.medium.com/factory-functions-in-javascript-the-how-and-why-d8988bda654a)