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

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!

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)