Skip to content

RolandoParadaPuig/advice-generator-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend Mentor - Advice generator app solution

This is a solution to the Advice generator app challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.

Table of contents

Note: Delete this note and update the table of contents based on what sections you keep.

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

image

Links

My process

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox
  • Mobile-first workflow
  • React - JS library

What I learned

On this Practice App y learn the use of APIS

css: I like this effect:

.advice--layout-loading { font-size: 2rem; margin: 1rem 0; color: var(--advice-neon-green); animation-name: layoutLoading; animation-duration: 2s; animation-iteration-count: infinite; animation-timing-function: linear; }

@keyframes layoutLoading { 0% { transform: rotate(0); } 100% { transform: rotate(360deg); } }

Continued development

I'd like to continue develop on my React Hooks uses... i know the bery basics of it

Useful resources

Author

About

Advice Generator App with React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published