Skip to content

TimeZynk/Front_End_Task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Timezynk

Initialize sandbox environment

Make sure that you have node (LTS) and npm installed

  1. Open two tabs in you terminal
  2. Inside the first we will run server. To achieve this follow the next steps:
  • cd server from the root of project
  • npm i to install all dependencies
  • npm run start to start the server

You don't need to do anything with server which has been provided only as an environment for the task.

  1. Inside the second terminal tab or window we will run our client.
  • cd client from the project's root
  • npm i to install all dependencies
  • npm run start to start the client
  1. Open 2 tabs or windows in you browser (by default you should use localhost:3000)
  2. Enter random username and click Enter chatroom in both.

Following those steps should lead to established websocket connection which let you to send messages between connected clients.

Complete the quest

You found a scroll with a quest from Timezynk. It looks like some userstory.

AS a user
I WOULD like to be able to use emoji in messages
IN ORDER to convey my meaning and feelings better
Support both picker and slack-like emoji codes for a good experience on both mobile and web.

Now to finish your adventure you have to complete this task.

You may use any libraries as well as change anything you want in provided sandbox.

We are looking forward to hearing from you and discuss your solution together.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published