/erudite-client

:nerd_face: :pencil2: Client for Erudite game

Primary LanguageTypeScript

✏️ Erudite game ✏️ Netlify Status

This is the frontend of Erudite game application. Here is the backend.

This is a Russian Scrabble-like game which is made in accordance with the rules of the board version. Rules in Russian can be found here.

Installation

  • Clone the repository
  • Run npm install
    npm install
    

The frontend sends requests to the backend deployed to Heroku.

If you want to install backend for this app:

  • Clone this repository
  • Run npm install for the backend
  • Set up PostgreSQL database

Technologies used

  • react
  • redux
  • web sockets