Giter VIP home page Giter VIP logo

chat's Introduction

Mihail's Chat

I have written a tutorial about how I did this. You can find it here or here, or here

A React single page chat application (SPA) built with the following technologies:

  • React with TypeScript (create-react-app my-app --scripts-version=react-scripts-ts)
  • Redux
  • Express.js with Socket.io
  • styled-components (SASS)
  • Jest/Enzyme/Sinon

Screenshots

screenshot screenshot screenshot screenshot screenshot screenshot screenshot screenshot screenshot screenshot

Application features:

  • Header

    1. Chat tab - blinking when new message is received until is read, i.e. when the user is on Settings page
    2. Settings tab
    3. Unread messages counter
    4. Font Awesome icons
  • Chat page

    1. Chat area (includes left aligned and right aligned messages)
    2. Message (text, datetime, left or right depending on if it's received or sent)
    3. Showing nickname only for received message
    4. Message sender - input and button. Input is cleared and focused when button is clicked
    5. Send messages with Ctrl+Enter
    6. Auto scroll to bottom when the chat area is not enough to show all messages
  • Settings page

    1. UserProfile component - possibility to change user name
    2. Interface color component - change the color theme of the app
    3. ClockDisplay component - change the time mode 12h or 24h, shown with each message
    4. Send messages with Ctrl+Enter - On/Off
    5. LanguageSwitcher - dropdown menu allowing changing the language of the app (currently English and Deutsch are supported)
    6. Reset button - resets all settings stored to local storage

    Improvements (done and pending)

    • Add video chat feature.
    • ๐Ÿ‘ Added AM/PM time formatting for when 12h mode is selected.
    • ๐Ÿ‘ Added possibility to send message via ENTER by default. If the setting to send messages with CTRL+ENTER is ON, then this is going to be the only way (except via mouse/touch of course).
    • ๐Ÿ‘ Optimized for iDevices (media queries).
    • ๐Ÿ‘ Fix blinking/active class for the Chat tab issue - related to React Router not able to properly re-render connected components https://github.com/ReactTraining/react-router/blob/master/packages/react-router/docs/guides/blocked-updates.md
    • ๐Ÿ‘ Clear input field when new message is sent.
    • ๐Ÿ‘ Auto scroll to bottom main chat area when new messages exceed available space.
    • ๐Ÿ‘ Prevent 'doubling messages' (or multiple messages duplicates when more clients are connected).
    • ๐Ÿ‘ Add unit tests for the react components.
    • Add unit tests for redux stuff - reducers, store, action creators.
    • ๐Ÿ‘ Add media queries for responsiveness - test and adjust on more devices.
    • ๐Ÿ‘ Add demo to heroku.
    • ๐Ÿ‘ Add nice how-to in README.
    • Add animations for the messages (animejs).
    • Add sounds (with options to turn on/off in settings).
    • Add more color themes.
    • Add welcome message (broadcasts on user connected).
    • ๐Ÿ‘ Add icons ( use font awesome).
    • History of all the conversations.
    • Handle case when socket's connection state change (visually).
    • Handle case when there has been a socket error.
    • Handle case when a very long word (without) spaces is entered and it goes beyond the message background color.
    • ๐Ÿ‘ Emoticons support - such as :D, :P, :), ;), ๐Ÿ˜‰, โค๏ธ, etc.
    • ๐Ÿ‘ Link Parser - youtube link (embedded video should appear), link to an image (embedded image should appear), all other links should appear as anchor.

Demo

โญ mihails-chat.herokuapp.com โญ

Running The App locally

To run the app, follow these steps.

  1. Ensure that NodeJS is installed.
  2. Install npm.
  3. From the project folder, execute the following commands:

To install dependencies:

  npm i

To run the client app:

  npm start

To run the server app:

  npm run server:watch

To run the tests:

  npm t

Browse to http://localhost:3000 and see the running app. In order to test, open it in two different computers, or computer and a phone, or two browsers on the same computer (one of it in incognito mode). If you are running it locally, make sure to change the host variable in Socket.ts (line:28) and its value to match your local network address - the one of the computer you are running the server app.

Deploy to Heroku

This step assumes you have already a Heroku account, installed heroku-cli and did login.

  1. npm build to build the project to build folder.
  2. Add build folder to be committed to Git
  3. Make sure that express server loads static resources from it.
  4. Commit all: git commit -m 'Deploy to Heroky'.
  5. Run git push heroku master.
  6. Open the app from the given URL (in my case: mihails-chat.herokuapp.com).

Resources

MIT License

Copyright (c) 2019 Mihail Gaberov

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

chat's People

Contributors

mihailgaberov avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.