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)