https://github.com/crispengari/determinee
🌓 determinee is a motivational quotes mobile app to keep up with your day and helps you to have dedicated and determined goals.
https://github.com/crispengari/determinee
expo javascript mobile-app react-native reactjs
Last synced: 6 months ago
JSON representation
🌓 determinee is a motivational quotes mobile app to keep up with your day and helps you to have dedicated and determined goals.
- Host: GitHub
- URL: https://github.com/crispengari/determinee
- Owner: CrispenGari
- License: mit
- Created: 2023-11-09T09:31:29.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-28T06:51:48.000Z (almost 2 years ago)
- Last Synced: 2025-03-27T17:02:41.442Z (7 months ago)
- Topics: expo, javascript, mobile-app, react-native, reactjs
- Language: JavaScript
- Homepage:
- Size: 557 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### determinee
🌓 determinee is a motivational quotes mobile app to keep up with your day and helps you to have dedicated and determined goals.
![]()
### Preview
The application `UI` looks as follows:
![]()
![]()
![]()
> You can download the `apk` file for android of this app at [`determinee`](https://expo.dev/artifacts/eas/aujtTXM5JLzTf6utQqAYgF.apk).
### Local
You can test the app locally by cloning this repository using the following command:
```shell
git clone https://github.com/CrispenGari/determinee.git
```Navigate to the `determinee` as follows:
```shell
cd determinee
```Install the packages by running the following command:
```shell
yarn
```Finally you can start the app by running the following command:
```shell
yarn start
```Open the `Expo Go` app in your phone and scan the `QR Code` you will be able to start to see the app running on your device.
### LICENSE
This application is using the `MIT` LICENSE WHICH reads as follows:
```shell
MIT LicenseCopyright (c) 2023 crispengari
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.```