Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gadhiyaakash/advice-generator-app
The app is simple to use: just click a button, and get a new quote or piece of advice displayed on your screen.
https://github.com/gadhiyaakash/advice-generator-app
advicegenerator ajax css html5 javascript
Last synced: 12 days ago
JSON representation
The app is simple to use: just click a button, and get a new quote or piece of advice displayed on your screen.
- Host: GitHub
- URL: https://github.com/gadhiyaakash/advice-generator-app
- Owner: GadhiyaAkash
- License: mit
- Created: 2024-04-02T11:58:35.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-04-09T12:54:45.000Z (10 months ago)
- Last Synced: 2024-11-16T15:12:56.348Z (2 months ago)
- Topics: advicegenerator, ajax, css, html5, javascript
- Language: CSS
- Homepage: https://gadhiyaakash.github.io/advice-generator-app/
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advice Generator App
This is a solution to the [Advice generator app challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/advice-generator-app-QdUG-13db). Frontend Mentor challenges help you improve your coding skills by building realistic projects.
## Table of contents
- [Overview](#overview)
- [The challenge](#the-challenge)
- [Links](#links)
- [My process](#my-process)
- [Built with](#built-with)
- [What I learned](#what-i-learned)
- [Continued development](#continued-development)
- [Useful resources](#useful-resources)
- [Author](#author)
- [Acknowledgments](#acknowledgments)## Overview
### The challenge
Users should be able to:
- View the optimal layout for the app depending on their device's screen size
- See hover states for all interactive elements on the page
- Generate a new piece of advice by clicking the dice icon### Links
- Live Site URL: [Advice Generator App](https://gadhiyaakash.github.io/advice-generator-app/)
## My process
### Built with
- Semantic HTML5 markup
- CSS
- JavaScript
- Mobile-first workflow### Useful resources
- [Advice Slip APIs](https://api.adviceslip.com) - This helped me for get real time random advice. I really liked website.
## Author
- Website - [Gadhiya Akash](https://gadhiyaakash.github.io/)