YasirGaji / chatapp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NextJS ChatApp

[ONGOING]

This is a Chat application built on Almorre's Boilerplate using NextJS for the front-end, Chat Engine as the backend and server, Vercel for hosting

Other tools/technology and libraries used

Axios - For routing (HTTP client) | React Router &

What I Learned

  1. Project Architecture
  2. React Context Api

Errors I Faced

  1. 'error:03000086:digital envelope routines::initialization error' - This error was caused by the fact that I had a faulty versin of node installed - fixed it by upgrading to the latest TLS version

  2. "TypeError: setShowChat is not a function" - Fixed this error by changing the curly braces to brackets for my useState declaration in my chat.js file

Current Error

  1. Non Yet

About


Languages

Language:CSS 56.9%Language:JavaScript 43.1%