Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeffubayi/soga
A chat application
https://github.com/jeffubayi/soga
mern redux socket-io tailwindcss
Last synced: 12 days ago
JSON representation
A chat application
- Host: GitHub
- URL: https://github.com/jeffubayi/soga
- Owner: jeffubayi
- Created: 2023-08-15T08:51:45.000Z (over 1 year ago)
- Default Branch: major
- Last Pushed: 2023-08-15T13:29:19.000Z (over 1 year ago)
- Last Synced: 2023-08-15T14:33:33.124Z (over 1 year ago)
- Topics: mern, redux, socket-io, tailwindcss
- Language: TypeScript
- Homepage: https://soga-chat.vercel.app
- Size: 1.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SOGA
A realtime chat application built with React, Redux, Express, SocketIO and MongoDB.## Installation
Install frontend dependencies
```bash
cd frontend
npm install// start server
npm start
```Install backend dependencies
```bash
cd backend
npm install// start server
npm start
```## Technology Used
#### Frontend
- [React](https://reactjs.org/)
- [Redux-Toolkit](https://redux-toolkit.js.org/)
- [Tailwind CSS](https://tailwindcss.com/)
- [React-Hooks-From](https://react-hook-form.com/)#### Backend
- [Express](https://reactjs.org/)
- [MongoDB](https://www.mongodb.com/)
- [SocketIO](https://socket.io/)#### Screen
Chat View
![Register Page](./images/chat.jpg)