https://github.com/bonezone2001/whats-that
A totally non-plagiarizing messaing app for mobile.
https://github.com/bonezone2001/whats-that
Last synced: 2 months ago
JSON representation
A totally non-plagiarizing messaing app for mobile.
- Host: GitHub
- URL: https://github.com/bonezone2001/whats-that
- Owner: bonezone2001
- Created: 2023-04-15T17:34:18.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-08T00:35:06.000Z (about 2 years ago)
- Last Synced: 2025-07-12T13:27:12.824Z (11 months ago)
- Language: JavaScript
- Size: 34.5 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Whatsthat - React Native App
============================
This is a React Native app called "Whatsthat". A chatting and conversation app with support for contacts, drafts, scheduling, custom profiles and more. This project was developed as part of a university assignment and is not intended for production use.
Getting Started
---------------
To get started, clone this repository and run `npm install` to install all dependencies. Then, you can run the app using `npm run start`.
Libraries Used / Credits
--------------
This project uses several third-party libraries:
* `expo` - The Expo framework for React Native.
* `@gorhom/bottom-sheet` - A library for creating bottom sheets.
* `@react-native-async-storage/async-storage` - A library for storing presistent data.
* `@react-navigation` - A library for navigation (very useful).
* `ex-react-native-i18n` - A library for internationalization.
* `axios` - A library for making HTTP requests.
* `email-validator` - A library for validating email addresses.
* `react-native-toast-message` - A library for displaying toast messages.
* `react-native-web` - A library for building web versions of React Native apps.
* `react-native-global-datetimepicker` - A library for displaying date and time pickers.
* `react-native-popup-menu` - A library for displaying popup menus.
* `zustand` - A library for state management in React.
Code Standards
--------------
This project follows the [Airbnb](https://github.com/airbnb/javascript) eslint standard for code formatting and style.
Although some modifications were made due to my personal preference and what I believe to be unneeded.
Contributing
------------
This project is not actively maintained and pull requests are not accepted.
License
-------
I am unsure of the licensing agreements that university imposes. I'm going to assume it'll be MIT once everything is said and done.