This repo contains the client for a fullstack project built with reactjs, redux, socket.io, nodejs, expressjs and pgSQL.
Live site: https://quizzlybears.netlify.app/
- cd into quizzly-bears-client
- run:
npm i
- cd into quizzly-bears-client
- run
npm run dev
- dataflow designed using wireframe and excalidraw
- server setup for socket.io interactions and high-score database interactions.
- redux store created and quiz model class constructed.
- landing page created
- highscores page created
- lobby created
- game-room created
- question & answer card created
- results page created
- issues with entering lobby.
- avatar & text loading issues.
- issues running on IOS. Currently working on a fix at quizzlybears-ios.netlify.app.
- socket.io redux react prototype created successfully.
- A short time span and new technologies.