The Wayback Machine - https://web.archive.org/web/20231018112617/https://github.com/msk4862/Anomly
Skip to content

msk4862/Anomly

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Anomly Visitors Count

Anomly is a chat app where one can chat anonymously and can create unlimited chat rooms

Screenshot

Screenshot 2023-02-07 at 1 00 17 PM

Tools

  • NextJs - React based framework for server side rendering.
  • Socket.IO - Framework for real-time bidirectional event-based communication.
  • 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 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.