Healthy-Food icon indicating copy to clipboard operation
Healthy-Food copied to clipboard

Healthy Food App

Healthy Food

 

Healthy Food

Github top language Github language count Repository size Github issues Github forks Github stars

🚧 Healthy Food 🚀 Under construction... 🚧


About   |   Features   |   Technologies   |   Requirements   |   Starting   |   Author


:dart: About

Healthy Food is a mobile application that allows users to search for healthy recipes, fruits and vegetables. It also allows users order for fresh fruits and vegetables from the comfort of their homes.

:sparkles: Features

:heavy_check_mark: User Authentication;
:heavy_check_mark: Order for fresh fruits and vegetables;
:heavy_check_mark: Search for healthy recipes;
:heavy_check_mark: Search for fruits and vegetables;
:heavy_check_mark: Add fruits and vegetables to cart;
:heavy_check_mark: Add recipes to cart;
:heavy_check_mark: View cart;
:heavy_check_mark: View order history;
:heavy_check_mark: View profile;
:heavy_check_mark: Edit profile;
:heavy_check_mark: View notifications;
:heavy_check_mark: View recipes;
:heavy_check_mark: View fruits and vegetables;
:heavy_check_mark: View recipe details;
:heavy_check_mark: View fruit and vegetable details;\

:rocket: Technologies

The following tools were used in this project:

:white_check_mark: Requirements

Before starting :checkered_flag:, you need to have Git and Node installed.

:checkered_flag: Starting

# Clone this project
$ git clone https://github.com/qbentil/healthy-food

# Access
$ cd healthy-food

# Install dependencies
$ npm install

# Run the project
$ npm start

# The server will initialize and open in the browser on the port: 19002. Scan the QR code with the Expo app on your phone to run the app.

Made with :heart: by Shadrack Bentil

 

Back to top