🌐Available on https://cv-chat.wem.webtm.ru
🔍My portfolio: https://portfolio-cv-eight.vercel.app
🏷This project: https://portfolio-cv-eight.vercel.app/project/flappy-chat
This is a simple chat application with JWT authorization.
It is written in React and uses Redux for state management.
For forms validation Formik and Yup are used.
For styling React-Bootstrap is used.
Routing is done with React-Router.
Internationalization is done with i18next.
Currently only en and ru languages are supported.
Also Docker is used for development and production.
- JWT authorization
- User registration
- Chat functionality with Socket.io library
- Chat rooms
- Internationalization (i18next)
- Adaptive design
Default user for testing:
admin password: admin
Install dependencies
npm installRun dev server
make devInstall docker and docker-compose if you haven't already
curl -sSL https://get.docker.com | sh
sudo usermod -aG docker $(whoami)
curl -L "https://github.com/docker/compose/releases/download/v2.12.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/bin/docker-compose
chmod +x /usr/bin/docker-composeRun dev server
make dev-dockermake buildmake DOCKER_USER=SOME_USER DOCKER_TAG=SOME_TAG docker-all-prodHere you should create .docker_passwd file with your docker hub password
Place this file in root project directory