Skip to content

Latest commit

 

History

History
55 lines (43 loc) · 1.56 KB

README.md

File metadata and controls

55 lines (43 loc) · 1.56 KB

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