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
- 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.
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:
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.
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.
- React
- React Hooks
- React Context
- Firebase
- Typescript
- React Router
- Bootstrap
- Styled components