From f254aa7f3149ded8243de719feae4b6981d69343 Mon Sep 17 00:00:00 2001 From: Harshil Patel <43263619+its-harshil@users.noreply.github.com> Date: Fri, 14 Feb 2020 14:21:39 +0530 Subject: [PATCH] Update and rename GIF-Maker to GIF-Maker.md --- Projects/2-Intermediate/GIF-Maker | 20 ----------------- Projects/2-Intermediate/GIF-Maker.md | 33 ++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+), 20 deletions(-) delete mode 100644 Projects/2-Intermediate/GIF-Maker create mode 100644 Projects/2-Intermediate/GIF-Maker.md diff --git a/Projects/2-Intermediate/GIF-Maker b/Projects/2-Intermediate/GIF-Maker deleted file mode 100644 index c524a4d7..00000000 --- a/Projects/2-Intermediate/GIF-Maker +++ /dev/null @@ -1,20 +0,0 @@ -GIF Maker App -Tier: 2-Intermediate - -This app helps user to create GIFs using Multiple Images and Videos. - -User Stories - User can either click a photo or upload a photo from the gallery - Processing is done on the image. - App Will create GIFs - User can change the GIFs speed with a seekbar - User will able to share or save that GIFs - User can also see all the created GIFs in Activity -Bonus features -Provide stickers options to add on GIFs - -Useful links and resources -https://github.com/its-harshil/Gif-maker - -Example projects -Android App for text detection - https://github.com/its-harshil/Gif-maker diff --git a/Projects/2-Intermediate/GIF-Maker.md b/Projects/2-Intermediate/GIF-Maker.md new file mode 100644 index 00000000..b3354ced --- /dev/null +++ b/Projects/2-Intermediate/GIF-Maker.md @@ -0,0 +1,33 @@ +# GIF Maker App + +**Tier:** 2-Intermediate + +This app helps user to create GIFs using Multiple Images and Videos. + +## User Stories + +- [ ] User can either click a photo or upload a photo from the gallery + +- [ ] Processing is done on the image. + +- [ ] App Will create GIFs + +- [ ] User can change the GIFs speed with a seekbar + +- [ ] User will able to share or save that GIFs + +- [ ] User can also see all the created GIFs in Activity + +## Bonus features + +- [ ] Provide stickers options to add on GIFs + +- [ ] Add Text Above GIFs + +## Useful links and resources + +- [https://github.com/its-harshil/Gif-maker] + +## Example projects +- [https://github.com/its-harshil/Gif-maker] +