add advice API machine project

pull/295/head
Jenna Koslowski 5 years ago
parent b47cf8261f
commit 1c38e3229f

@ -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)

@ -83,6 +83,8 @@ required to complete them.
| Name | Short Description | Tier | | 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 | | [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 | | [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 | | [Calculator CLI](./Projects/2-Intermediate/Calculator-CLI.md) | Create a basic calculator cli. | 2-Intermediate |

Loading…
Cancel
Save