https://github.com/rohenaz/allaboard-bitchat-nitro
https://github.com/rohenaz/allaboard-bitchat-nitro
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rohenaz/allaboard-bitchat-nitro
- Owner: rohenaz
- License: mit
- Created: 2022-09-24T17:31:58.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-25T18:48:04.000Z (about 1 year ago)
- Last Synced: 2024-03-25T20:01:01.485Z (about 1 year ago)
- Language: JavaScript
- Size: 1.4 MB
- Stars: 10
- Watchers: 2
- Forks: 6
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bitchat [NITRO]
A real-time chat application over Bitcoin. An alternative interface to the original Bitchat.
Website: [https://bitchatnitro.com](https://bitchatnitro.com)

## Unimplemented Features
x Show who is typing.
x Show who is online.
x Allow users to edit/delete their own messages.
x Private messaging## Technologies
- JavaScript
- React
- Redux
- Styled components## Installation
- Clone the repo.
- Run `npm install` to install dependencies for the server.
- Run `cd client` and then `npm install` to install dependencies for the client.## Local Development
- Create a `.env` file in `server`, following the format of the `.evn.example` file. Fill in the details.
- Run `npm run client` to start the client.
- Run `npm run server` to start the server.
- Run `npm run dev` to start the client and the server concurrently.