Skip to content

dmarquez9/anonymous-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Anonymous chat is a react chat application made with Firebase where each user is a new one for each tab and can write to other users privately or write in group chats by category

Features

  • Group chats by categories.
  • Private chats from users to users.
  • List of all existing users.
  • List of my existing chats.
  • Ability to change your nickname.
  • Search engine for users.
  • User can create categories.

How to run the project

In the project directory, make a copy of the .env.example named .env and filled with the firebase config:

REACT_APP_API_KEY=
REACT_APP_AUTH_DOMAIN=
REACT_APP_DATABASE_URL=
REACT_APP_PROJECT_ID=
REACT_APP_STORAGE_BUCKET=
REACT_APP_MESSAGING_SENDER_ID=
REACT_APP_ID=

Then you can run the project with:

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.
You will also see any lint errors in the console.

yarn build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

Build with

  • React
  • React Hooks
  • React Context
  • Firebase
  • Typescript
  • React Router
  • Bootstrap
  • Styled components

Demo online

About

Anonymous chat is a react chat app made with Firebase

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published