- Clone the repository.
- Install the packages in the root directory.
- In the fronted directory, give the command
npm i
or if it throws errornpm i --force
- To run the backend, go to the root directory and run command
npm run server
. - To run the frontend, go to the frontend directory and run command
npm start
. - Open the localhost server on which the frontend is running.
Flash is a versatile chat app that can be used for both professional and personal purposes. We want to integrate cutting-edge features with ease of use to create a perfect amalgamation for a meticulously designed and robust software.
-
The app allows user to chat with people registered on the app in 2 modes: i) User-to-user communication ii) Group communication
-
Users can sign up easily with their Google Account and begin using our services.
-
The user can modify their profile flexibly and can even generate images via prompts that fetches a wide array of images from the OpenAI API.
-
They can use emojis in the chat to make the experience fun and interactive.
-
No need to type long unnecessary long texts with the voice-to-text feature of our app.
The fronted of the site is designed with the help of React. The app had to had multiple pages. For designing the routes, we have used React-router. The user is able to keep a profile picture. The styling and design of the site is created with the help of Chakra UI and Tailwind CSS.
The backend is handled by NodeJS, using Express framework, while the database for the web-app is handled by MongoDB.
We have used Google OAuth for handling the login/signup of our app.
For the real-time communication between users, Socket.IO is used.
The chats of the users are stored which the user can access later from the site on the chat interface. There is also a notification feature that helps user to check if there are any unread conversations.
An AI image generator for the user's profile picture that provides the user with a wide array of pictures generated by using the OpenAI API. The profile picture can be set instantly for the user, making it a user-friendly experience.
Users can create a group chat by adding other users via their emails.
A voice-to-text feature in the chat app that uses react-speech-recognition package on the chat screen to convert the comments of the user to syllables.
Users are also provided emojis for communication, adding an extra dimension of fun. The emoji feature is augmented by using emoji-mart package.