https://github.com/msk4862/anomly
Anomly is a chat app where one can chat anonymously and can create unlimited chat rooms.
https://github.com/msk4862/anomly
anonymous-chat aws-s3 azure-storage chat-application chatroom nextjs nextjs-react-testing-library nextjs-socket nodejs react react-chat socket-io socket-io-chat-app
Last synced: 12 days ago
JSON representation
Anomly is a chat app where one can chat anonymously and can create unlimited chat rooms.
- Host: GitHub
- URL: https://github.com/msk4862/anomly
- Owner: msk4862
- License: mit
- Created: 2020-07-05T09:27:10.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-09-23T18:24:41.000Z (over 1 year ago)
- Last Synced: 2025-04-11T02:13:28.366Z (12 days ago)
- Topics: anonymous-chat, aws-s3, azure-storage, chat-application, chatroom, nextjs, nextjs-react-testing-library, nextjs-socket, nodejs, react, react-chat, socket-io, socket-io-chat-app
- Language: JavaScript
- Homepage: https://anomly.onrender.com
- Size: 3.07 MB
- Stars: 64
- Watchers: 1
- Forks: 25
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Anomly 
Anomly is a chat app where one can chat anonymously and can create unlimited chat rooms
![]()
![]()
### Screenshot
### Tools
- [NextJs](https://nextjs.org/) - React based framework for server side rendering.
- [Socket.IO](https://socket.io/) - Framework for real-time bidirectional event-based communication.
- [React Testing Library](https://github.com/testing-library/react-testing-library) - Testing library for React.## Getting Started
> Create `.env` file and add AWS/Azure credentials for using cloud storage (see `.env.local.example` for reference).
First install dependencies:
```
npm install
// or
yarn install
```Then run using:
```
npm run dev
// or
yarn dev
```Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.The page will reload if you make edits.
### Give it a 🌟 to show your support 😃😃
### And of course, feel free for any kind of contribution.