GautierArcin / Anomly

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

Home Page:https://anomly.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Anomly Visitors Count

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


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.local file and add AWS credentials for using S3 bucket (see .env.local.example for reference).

First install dependencies:

npm install
// or
yarn install

Then run using:

npm run start
// or
yarn start

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.

About

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

https://anomly.herokuapp.com

License:MIT License


Languages

Language:JavaScript 74.8%Language:SCSS 25.2%