Welcome to the Advice Generator App! This simple web application provides you with valuable advice for various situations and challenges. It utilizes the Advice Slip JSON API to deliver insightful advice with just a click of a button.
- Random Advice: Get a random piece of advice with a single click.
- Responsive Design: Enjoy a seamless experience on both desktop and mobile devices.
Explore the live demo of the Advice Generator App by clicking the provided link.
- HTML
- CSS
- JavaScript
- React
To run the app locally, follow these steps:
- Clone this repository:
git clone https://github.com/DevAbdurR/advice-generator/edit/master/README.md
- Navigate to the project directory:
cd advice-generator-app
- Install dependencies:
npm install
- Start the development server:
npm start
- Open the app in your web browser.
- Click the Dice button to receive a random piece of advice.
Contributions are welcome! If you have any improvements or new features to add, please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature-name
- Make your changes and commit them:
git commit -m 'Add some feature'
- Push to the branch:
git push origin feature/your-feature-name
- Open a pull request.
We appreciate your contributions in making this app even better!
- Thanks to Advice Slip for providing the API to access valuable advice.
Enjoy the wisdom and guidance provided by the Advice Generator App! 🌟