Table of Contents
The app is mainly built for learning purpose. Created a chat app that sends and receives messages at real time. User can create account and login with the same account once created. Firebase authentication is used. Users are provided with an option to reset password in case they forget it.
- expo cli
- react native
- react-native-vector-icons
- react-navigation/native
- react-navigation/stack
- firebase
- npm
npm install npm@latest -g
- npm install --global expo-cli expo
- Clone the repo
git clone https://github.com/nsijwali/coinbase.git
- Install NPM packages
npm install or yarn install
- start the app
expo start
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Nitin Sijwali - [email protected]