diff --git a/Projects/2-Intermediate/Api-Advice-Machine.md b/Projects/2-Intermediate/Api-Advice-Machine.md new file mode 100644 index 00000000..82388216 --- /dev/null +++ b/Projects/2-Intermediate/Api-Advice-Machine.md @@ -0,0 +1,25 @@ +# API-Advice-Machine + +**Tier:** 2-Intermediate + +Utilize an API to display a random piece of advice at the click of a button and design it using CSS. + + +## User Stories + +- [ ] User can click a button for advice + +## Bonus features + +- [ ] User can see history of advice given +- [ ] User can select a number to find that nunmber advice + +## Useful links and resources + +- [API used](https://api.adviceslip.com/advice) +- [Check on APIs/ API client](https://www.postman.com/downloads/) +- [Other APIs to use with same idea](https://dev.to/biplov/15-fun-apis-for-your-next-project-5053) + +## Example projects + +- [API Advice](https://github.com/JennaKoslowski/Advice) \ No newline at end of file diff --git a/README.md b/README.md index 2d209743..2d34b906 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,8 @@ required to complete them. | Name | Short Description | Tier | | --------------------------------------------------------------------------------- | -------------------------------------------------- | -------------- | +| [API advice machine](./Projects/2-Intermediate/Api-Advice-Machine.md) | Create a button that gives random API +| 2-Intermediate | | [Bit Masks](./Projects/2-Intermediate/Bit-Masks-App.md) | Using Bit Masks for Conditions | 2-Intermediate | | [Book Finder App](./Projects/2-Intermediate/Book-Finder-App.md) | Search for books by multiple criteria | 2-Intermediate | | [Calculator CLI](./Projects/2-Intermediate/Calculator-CLI.md) | Create a basic calculator cli. | 2-Intermediate |