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.
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
- Solution URL: GitHub Repo
- Live Site URL: Frontend Mentor | Advice Generator App
- Semantic HTML5 markup
- CSS
- Flexbox
- React - JS library
npm install
oryarn install
to install all project dependenciesnpm start
oryarn start
to start development server- server will be running on
localhost:3000
on your local machine.