ChatMore - Mobile Version
This project is a chatapp made in React with Typescript. The ultimate goal of this project was to discover React Native and use Zustand. Also use the new Supabase realtime functions.
An amazing experience to convert my actual react app, to a mobile version.
You can find more images in the screenshots section !
Installation
Make sure to have expo installed.
yarn - To install every dependencies
yarn start - Start the project
Documentation
On this chatapp the user can do almost anything that we normaly do in a chatapp like WhatsApp.
- The user can authenticate himself using an email and a password
- The user can register with a username, email and password
- The user can add another user to chat with by adding his username
- The user can modify his settings
- The user can modify his profile picture
- The user can modify his bio, username, and phone number
- The user can send messages to another user
- The user can delete messages except images
- The user can send an image
- The user can get notifications when receiving messages
- The user can see if his messages has been seen or not
- The user can send emojis
- The user can see another user's profile
- The user can logout
- The user can block another user