/yac

Yet Another Chat

Primary LanguageJavaScript

yac

Yet Another Chat

Must have the following:

  • login(could be just pick nickname or full signup process)
  • cant be 2 people with same nickname
  • chat room with the whole history
  • an input to type messages
  • message must be appended to the chat of all participants
  • messages must show the sender
  • Bot youtube or giphy:
    • Giphy:
      • search gif and show it.
    • Youtbe
      • that search on youtube(using api) with format:
      • /youtube song_name/artist
      • must place a youtube embed player with first result

Front end, could be build:

  • JS:

    • React
    • redux
    • Vue
    • Angular
    • Ember
    • Backbone
  • HTML/CSS bootstrap

Backend:

  • Applicacion:
    • Python - Bonus
    • Node
    • Ruby

Platform:

  • Run on heroku free plan, or whereever you like but reachable from anywhere.

BTW we like react, redux, Backbone, python

run yac server

redis-server python3 manage.py runserver 0:8000