JavaScript
e/place is a project aiming to reflect the collaborative project hosted by the social network Reddit: r/place.
The project consists of the implementation of a client (frontend), allowing to visualize and interact with the provided server.
In particular, communication with an API and user authentication were achieved.
The use of websockets allowed an update of the pixels placed in real time, for all users.
In addition, a chat was implemented, allowing communication between multiple connected users.