g3org3 / chat

basic chat app with nodejs and react

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chat

basic chat app with nodejs and react

preview

app-screenshot

Objectives

  • (INFRA) init front with vitejs
  • (INFRa) add tailwindcss
  • (UI) create navbar
  • (UI) add input to ask for username
  • (INFRA) init back with express
  • (INFRA) configure proxy (to avoid cors issue)
  • (API) backend endpoint to get username and add it to default channel
  • (API) endpoint to fetch messages
  • (UI) message input and show messages
  • (DB) configure mongo and client
  • (UI) add slack like emojis? *nice to have
  • (API/UI) edit messages

About

basic chat app with nodejs and react

License:MIT License


Languages

Language:TypeScript 69.1%Language:JavaScript 28.6%Language:HTML 2.2%Language:CSS 0.2%