From cd9ee079cffcfb1356b974fca19e8da0cdd894aa Mon Sep 17 00:00:00 2001 From: Taylor <33156281+taylorhelene@users.noreply.github.com> Date: Thu, 6 Oct 2022 20:41:47 +0300 Subject: [PATCH 1/2] First suggestion almost done --- Projects/3-Advanced/Potted-plants-app.md | 33 ++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 Projects/3-Advanced/Potted-plants-app.md diff --git a/Projects/3-Advanced/Potted-plants-app.md b/Projects/3-Advanced/Potted-plants-app.md new file mode 100644 index 00000000..cdda2dbb --- /dev/null +++ b/Projects/3-Advanced/Potted-plants-app.md @@ -0,0 +1,33 @@ +# My Potted Plants + +**Tier:** 3-Advanced + +My Potted Plants is an application that is meant for anyone aspiring to grow +potted plants or anyone who has potted plants. Anyone can scroll through the +application and see the various potted plants that are grown, how to grow and +maintain them and even upload various plants that they grow. + + +## User Stories + +- [ ] User can upload pictures of their potted plants. +- [ ] User can scroll through application for interesting potted plants. +- [ ] User can get information for the potted plants. +- [ ] User can filter the categories for the potted plants. +- [ ] User can create a profile. + +## Bonus features + +- [ ] User can chat with potted plant owner. +- [ ] User can get in app points for growing healthy plants. + +## Useful links and resources + +- [Battleship Game Engine](./Battleship-Game-Engine.md) +- [How to Create a Discord Bot Under 15 Minutes](https://medium.freecodecamp.org/how-to-create-a-discord-bot-under-15-minutes-fb2fd0083844) +- [Using Embeds in Messages](https://anidiots.guide/first-bot/using-embeds-in-messages) +- [Discord Developer Portal](https://discordapp.com/developers/docs/intro) + +## Example projects + +- [Gamebot(Battleship)](https://repl.it/talk/challenge/GameBot-Battleship/8813) From 447b92b9387a936bd24bc7bd4541a54abe9ea3b9 Mon Sep 17 00:00:00 2001 From: Taylor <33156281+taylorhelene@users.noreply.github.com> Date: Thu, 6 Oct 2022 21:04:08 +0300 Subject: [PATCH 2/2] Done writing down my idea --- Projects/3-Advanced/Potted-plants-app.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Projects/3-Advanced/Potted-plants-app.md b/Projects/3-Advanced/Potted-plants-app.md index cdda2dbb..91ba9885 100644 --- a/Projects/3-Advanced/Potted-plants-app.md +++ b/Projects/3-Advanced/Potted-plants-app.md @@ -5,7 +5,8 @@ My Potted Plants is an application that is meant for anyone aspiring to grow potted plants or anyone who has potted plants. Anyone can scroll through the application and see the various potted plants that are grown, how to grow and -maintain them and even upload various plants that they grow. +maintain them and even upload various plants that they grow. It's more like social media +but for potted plants with more information provided after clicking on the pictures. ## User Stories @@ -23,11 +24,11 @@ maintain them and even upload various plants that they grow. ## Useful links and resources -- [Battleship Game Engine](./Battleship-Game-Engine.md) -- [How to Create a Discord Bot Under 15 Minutes](https://medium.freecodecamp.org/how-to-create-a-discord-bot-under-15-minutes-fb2fd0083844) -- [Using Embeds in Messages](https://anidiots.guide/first-bot/using-embeds-in-messages) -- [Discord Developer Portal](https://discordapp.com/developers/docs/intro) +- [7 apps to keep your plants alive and well](https://mashable.com/article/best-apps-for-taking-care-of-plants) +- [How to Create a Database Mobile App with SQLite and Visual Studio](https://www.google.com/amp/s/www.itexico.com/blog/how-to-create-a-database-mobile-app-with-sqlite-and-xamarin-studio%3fhs_amp=true) +- [Let’s Develop an Android App to Upload Files and Images](https://medium.com/javarevisited/lets-develop-an-android-app-to-upload-files-and-images-on-cloud-f9670d812060) + ## Example projects -- [Gamebot(Battleship)](https://repl.it/talk/challenge/GameBot-Battleship/8813) +- [Vera](https://bloomscape.com/vera/)