From 498a65cc40d6c93a62625951f7160cab47717a3a Mon Sep 17 00:00:00 2001 From: Patrick <56973177+Patrick-web@users.noreply.github.com> Date: Thu, 21 Jul 2022 10:16:24 +0300 Subject: [PATCH 1/2] sample read me --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..6bb766a --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# Robo +A voice assistant built with react native + + +![Screenshot_20220721-070203](https://user-images.githubusercontent.com/56973177/180152688-8cfaf616-0ee7-402a-981f-58ed3e5b2c07.png) +![Screenshot_20220721-070109](https://user-images.githubusercontent.com/56973177/180152715-75700cbf-14f3-403d-be0d-0ac7104f5646.png) +![Screenshot_20220721-065910](https://user-images.githubusercontent.com/56973177/180152733-fc3bf3b5-54db-4150-a638-c41096702cf4.png) +![Screenshot_20220721-070127](https://user-images.githubusercontent.com/56973177/180152743-cd737816-9f26-4641-acbc-0e5db3bbc5af.png) +![Screenshot_20220721-070118](https://user-images.githubusercontent.com/56973177/180152764-4c6a5141-4930-4783-bd1e-b2feaec9b223.png) +![Screenshot_20220721-065525](https://user-images.githubusercontent.com/56973177/180152828-78fc4d64-8721-4cee-ade2-463ea1ab63b2.png) +![Screenshot_20220721-065517](https://user-images.githubusercontent.com/56973177/180152842-9f45ea85-45c1-4ffc-a0ee-92069c4d99fb.png) +![Screenshot_20220721-065837](https://user-images.githubusercontent.com/56973177/180152847-7789b33b-a24c-47c6-9fb8-3b5f484139eb.png) +![Screenshot_20220721-065540](https://user-images.githubusercontent.com/56973177/180152854-f50ce29c-0b48-4fcf-a30f-9b10271a805b.png) +![Screenshot_20220721-065508](https://user-images.githubusercontent.com/56973177/180152861-ae83ccf5-6e0f-4b58-a6ba-3d8bac20cc36.png) +![Screenshot_20220721-070247](https://user-images.githubusercontent.com/56973177/180152870-9fc33ef1-dd4b-4cd5-9a16-146feb0bc321.png) From 743bd6b24d458f850d5e4287ff850e911a53b439 Mon Sep 17 00:00:00 2001 From: Patrick <56973177+Patrick-web@users.noreply.github.com> Date: Fri, 22 Jul 2022 15:16:42 +0300 Subject: [PATCH 2/2] Better Readme --- README.md | 60 ++++++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 53 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 6bb766a..32763dd 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,61 @@ -# Robo -A voice assistant built with react native +# Gabby Voice Assistant +A voice assistant built with React Native + +## Features + +- Making Calls +- Send SMS messages +- Send Whatsapp messages +- Send Email +- Play Music +- Open installed apps +- Get jokes +- Get quotes +- Google things + - News, Weather, traffic,facts, calculations, anything googleable + +- Toggle voice responses +## Screenshots + +### Making a Call and Sending a Message ![Screenshot_20220721-070203](https://user-images.githubusercontent.com/56973177/180152688-8cfaf616-0ee7-402a-981f-58ed3e5b2c07.png) -![Screenshot_20220721-070109](https://user-images.githubusercontent.com/56973177/180152715-75700cbf-14f3-403d-be0d-0ac7104f5646.png) -![Screenshot_20220721-065910](https://user-images.githubusercontent.com/56973177/180152733-fc3bf3b5-54db-4150-a638-c41096702cf4.png) -![Screenshot_20220721-070127](https://user-images.githubusercontent.com/56973177/180152743-cd737816-9f26-4641-acbc-0e5db3bbc5af.png) +### Googling / Searching for stuff ![Screenshot_20220721-070118](https://user-images.githubusercontent.com/56973177/180152764-4c6a5141-4930-4783-bd1e-b2feaec9b223.png) +### List Commands Tab ![Screenshot_20220721-065525](https://user-images.githubusercontent.com/56973177/180152828-78fc4d64-8721-4cee-ade2-463ea1ab63b2.png) +### Tutorials Tab ![Screenshot_20220721-065517](https://user-images.githubusercontent.com/56973177/180152842-9f45ea85-45c1-4ffc-a0ee-92069c4d99fb.png) -![Screenshot_20220721-065837](https://user-images.githubusercontent.com/56973177/180152847-7789b33b-a24c-47c6-9fb8-3b5f484139eb.png) -![Screenshot_20220721-065540](https://user-images.githubusercontent.com/56973177/180152854-f50ce29c-0b48-4fcf-a30f-9b10271a805b.png) +### Introduction to App ![Screenshot_20220721-065508](https://user-images.githubusercontent.com/56973177/180152861-ae83ccf5-6e0f-4b58-a6ba-3d8bac20cc36.png) +### Getting Quotes and Jokes ![Screenshot_20220721-070247](https://user-images.githubusercontent.com/56973177/180152870-9fc33ef1-dd4b-4cd5-9a16-146feb0bc321.png) +## Feedback + +If you have any feedback, please reach out on twitter @PnTX10 or Github discussions + + + +## Contributing + +Contributions are always welcome! + +A lot of features can be added but I don't have the time for all of them so if you want to add something +just make a pull request +## Development + +### Install the project + +```bash + git clone https://github.com/Patrick-web/Robo + cd Robo + yarn install +``` +### Run the app + +```bash + yarn bundle-assets + yarn build-test + yarn install-test +```