https://github.com/codersuresh/advice-generator-app-main
Random advice generator app created with Advice Slip API. This challenge was offered by Frontend mentor and solved by me.
https://github.com/codersuresh/advice-generator-app-main
Last synced: 3 months ago
JSON representation
Random advice generator app created with Advice Slip API. This challenge was offered by Frontend mentor and solved by me.
- Host: GitHub
- URL: https://github.com/codersuresh/advice-generator-app-main
- Owner: coderSuresh
- Created: 2022-02-26T05:26:25.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-26T08:14:40.000Z (about 3 years ago)
- Last Synced: 2025-01-07T20:12:14.346Z (5 months ago)
- Language: SCSS
- Size: 161 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Frontend Mentor - Advice generator app solution
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)
- [Screenshot](#screenshot)
- [Links](#links)
- [My process](#my-process)
- [Built with](#built-with)
- [What I learned](#what-i-learned)
- [Author](#author)## 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### Screenshot

### Links
- Solution URL: [https://github.com/coderSuresh/advice-generator-app-main](https://github.com/coderSuresh/advice-generator-app-main)
- Live Site URL: [https://codersuresh.github.io/advice-generator-app-main](https://codersuresh.github.io/advice-generator-app-main)## My process
- Download the starter code
- Set up the project with github
- Read the README.md file and have a look around the project/design
- Get colors, fonts etc from the style-guide.md file
- Set up project on VS Code
- Start coding.
- Test different screen size and push final code to Github### Built with
- HTML
- CSS
- SCSS
- JavaScript### What I learned
By solving this challenge, I learned to fetch data from third party API and display it on website. I used Fetch API to fetch data from the API.
## Author
- Website - [Coder Suresh](https://codersuresh.github.io)
- Frontend Mentor - [@codersuresh](https://www.frontendmentor.io/profile/codersuresh)
- Twitter - [@codersuresh](https://www.twitter.com/codersuresh)