Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wanrif/advices-app
https://github.com/wanrif/advices-app
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wanrif/advices-app
- Owner: wanrif
- Created: 2023-08-06T14:34:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-06T14:56:43.000Z (over 1 year ago)
- Last Synced: 2024-05-01T04:42:04.312Z (8 months ago)
- Language: JavaScript
- Homepage: https://wanrif-advices.netlify.app/
- Size: 926 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advice App
## Description
This is an Advice App that fetches random pieces of advice using the [Advice Slip API](https://api.adviceslip.com/advice). The app is built with React, Redux, Material-UI (MUI), and SCSS.
## Demo
![Screenshot](public/screenshot.png)
[Live Demo](https://wanrif-advices.netlify.app/)
## Features
- Fetches random advice from the API and displays it to the user.
- User-friendly and responsive design with Material-UI components.
- State management with Redux for better control over the application's state.## Installation
To run the app locally, follow these steps:
1. Clone the repository:
```bash
git clone https://github.com/Wansrif/advices-app.git
```2. Install dependencies:
```bash
yarn
```3. Start the development server:
```bash
yarn start
```4. Open your web browser and visit: `http://localhost:3000`
## Technologies Used
- React
- Redux
- Material-UI (MUI)
- SCSS## API Reference
The app uses the [Advice Slip API](https://api.adviceslip.com/advice) to fetch random advice.
## Acknowledgements
Special thanks to the [Advice Slip API](https://api.adviceslip.com/advice) for providing the random advice data.