https://github.com/onfranciis/chatvoid
Mimic chats of any user by sending and receiving messages through one keyboard
https://github.com/onfranciis/chatvoid
chat chatvoid communityexchange github learn react redux-toolkit scss student-vscode typescript
Last synced: 6 months ago
JSON representation
Mimic chats of any user by sending and receiving messages through one keyboard
- Host: GitHub
- URL: https://github.com/onfranciis/chatvoid
- Owner: onfranciis
- License: gpl-3.0
- Created: 2023-03-11T18:22:57.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-15T21:58:58.000Z (over 2 years ago)
- Last Synced: 2023-09-16T13:40:10.581Z (over 2 years ago)
- Topics: chat, chatvoid, communityexchange, github, learn, react, redux-toolkit, scss, student-vscode, typescript
- Language: TypeScript
- Homepage: https://chatvoid.onfranciis.dev/
- Size: 5.86 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chatvoid
Mimic chats of users through one keyboard
This web based application let's users mimic coversations by providing them the ability to send and receive messages through one input. It now supports an anonymous online chatroom.
This is built using
- ReactJs
- SCSS (A CSS Preprocessor)
- Redux (A state manager)
- TypeScript
_[Learn how](./LEARN.md)_
### Resources
- Netlify (Hosting)
- VS Code Insiders (IDE)
### Install Locally
To install this project locally
- Navigate to your working directory in your terminal and run `git clone https://github.com/onfranciis/chatvoid`
- Navigate to **chatvoid** and run
```
npm run dev
or
yarn dev
```
- Open [http://localhost:5173](http://localhost:5173) on your browser to see the project. You can also see this project live at [https://chatvoid.onfranciis.dev](https://chatvoid.onfranciis.dev).
:exclamation:PORT 5173 might not be available for you, so check your terminal output to confirm the exposed port.
For enquiries, support or more, contact [hello@onfranciis.dev](mailto:hello@onfranciis.dev)
      