This is a web-based advice generator app built with HTML, CSS, and JavaScript. It provides users with random advice on a wide range of topics, including relationships, career, and personal growth. The app uses an external API to generate the advice, making it easy to get new and unique advice every time.
Check out the live demo of the app here.
- Simple and easy to use
- Generates random advice on a variety of topics
- Uses an external API to fetch advice
- Allows users to share advice on social media
- Installation
git clone https://github.com/Andrew-Tsegaye/advice-generator-app.git
Open index.html
in your web browser.
- Click the "Get Advice" button to generate a new piece of advice.
- Share the advice on Twitter, Facebook, or LinkedIn by clicking the corresponding icon.
- Click the "Copy Link" button to copy a link to the advice to your clipboard.
- Click the "New Advice" button to generate a new piece of advice.
The app uses the Advice Slip JSON API to generate advice. The API returns a random advice slip in JSON format, which the app then displays to the user.
This project is licensed under the MIT License. See the LICENSE file for more details.
Contributions are always welcome! Please feel free to open a new issue or submit a pull request.