Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/halilxibrahim/dietmaster
DietMaster is a React Native-based mobile application that aims to assist users with their meal habits. Users can create their own diet programs, organize their meal menus, set meal reminders, and obtain diet reports.
https://github.com/halilxibrahim/dietmaster
javascript reactnative reactnative-ios
Last synced: about 2 months ago
JSON representation
DietMaster is a React Native-based mobile application that aims to assist users with their meal habits. Users can create their own diet programs, organize their meal menus, set meal reminders, and obtain diet reports.
- Host: GitHub
- URL: https://github.com/halilxibrahim/dietmaster
- Owner: halilxibrahim
- Created: 2023-07-26T21:30:17.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-07-26T21:36:39.000Z (over 1 year ago)
- Last Synced: 2023-07-26T22:31:29.403Z (over 1 year ago)
- Topics: javascript, reactnative, reactnative-ios
- Language: JavaScript
- Homepage:
- Size: 269 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DietMaster - Diet Application
DietMaster is a React Native-based mobile application that aims to assist users with their meal habits. Users can create their own diet programs, organize their meal menus, set meal reminders, and obtain diet reports.
## Features
- User Login and Account Creation
- Diet Program Creation and Editing
- Meal Menu Creation and Editing
- Meal Reminders and Notifications
- Diet Reports and Meal History## Getting Started
These instructions will help you run the project on your local development machine. For information on how to deploy the application on a live system, please refer to the **Deployment** section.
### Prerequisites
You need to have the following software installed to run the project:
- Node.js and NPM
- React Native and Expo CLI
- ...### Installation
1. Clone this repository:
```bash
git clone https://github.com/halilxibrahim/DietMaster.gitcd dietmaster
npm install
expo start
```