/expressly

Express chat

Primary LanguageTypeScript

Getting Started with Expressly

This project was bootstrapped with Create React App. In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console. You can also run rest of react app scripts.

Expressly

Expressly is old fashion communicator web-app.

Goals:

  1. The user should be able to write messages in the chat window and see them appear.
  2. The user should be able to select a friend and see his chat with this friend.

Non-Goals

  1. Persisting chat history.
  2. Talking to a backend.
  3. Multiple users.