This is a Nitrochat which is a ReactJs based Web Application to create channels and chat with others users.
I have used ReactJs, Redux, Material UI, React-Router and Google Firebase.
To get started and run the app:
- Clone the app
- Run
yarn install
to install the corresponding node packages - Run
yarn start
to run the app on http://localhost:3000
Features of the application:
- Responsive chatting web application where users can create channels and chat with other users
- Google Authentication for users to sign in to the webapp
- Clean and Responsive UI with annimations while loading the webapp
- Cloud storage for storing chats of channels on Firebase and Firestore
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.