"Advice Me" is a simple React web application that provides random pieces of advice from a public API. It's designed to offer quick and insightful advice on various topics, helping users make informed decisions and find inspiration.
- Random Advice: Get random advice with each click of the "Get Advice" button.
- Simple Interface: User-friendly and straightforward design for easy use.
- Responsive: Works well on both desktop and mobile devices.
- Open Source: Feel free to contribute to the project or use it as a learning resource.
- Clone this repository to your local machine:
git clone https://github.com/Devesh1509/advice-react-app.git
-
Navigate to the project directory: cd advice-me
-
Install dependencies:
npm install
- Start the application: npm start
- React
- Axios for API requests
Contributions are welcome! If you'd like to contribute to the project, please follow the Contribution Guidelines.
This project is open-source and available under the MIT License.
- Devesh Chandel
- GitHub: Devesh1509
- Website: Your Personal Website
- Thanks to the creators of the Advice Slip JSON API for providing the advice data.