Skip to content

Latest commit

 

History

History
56 lines (40 loc) · 1.54 KB

README.md

File metadata and controls

56 lines (40 loc) · 1.54 KB

Play2Gether

Demo - alpha of alpha version.

Social platform for gamers that will allow find people for cooperative or multiplayer games.

Preview img

What I use?

App is build with:

  • React - i use Create React App
  • Redux - for state management
  • Router - for routing
  • Sass - simply just sass
  • Firebase - for user auth, database, file storage and hosting
  • Formik - for forms handling (It rocks!)

Things that works

  • Users can create account and login.
  • Users can search through games/rooms
  • Users can sort games/rooms by number of players or by the game name
  • Users can add games/rooms to their favorites
  • Users can enter games/rooms
  • Users can add new rooms
  • Users can chat in room view

To do

  • Favorites view
  • Private messages
  • Adding user to friends
  • User rooms view
  • User settings view
  • And a lot of other stuff…

Installation

You can just clone repository files and run to install all dependencies:

npm install

After that just run to start server:

npm start

To build project:

npm run build

All project files are located in ./src/

Changelog

v0.2-alpha - 05.10.2018

  • Added single room view witch chat when players can spam some messages. Right now everyone can enter the room and chat. Need to add ability to join the room.
  • Added custom domain.
  • Fixed some bugs.