This is a solution to the Advice generator app challenge on Frontend Mentor
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
Desktop
Mobile
- Frontend Mentor solution URL: Advice Generator App Solution
- Live Site URL: Advice Generator App Live Website
- Semantic HTML5 markup
- CSS Flexbox
- Node.js
- Express.js
- EJS (Embedded JavaScript templating)
- Fetch API
- Mobile-first workflow
-
Advice Slip JSON API - is a free and open API that provides a collection of advice messages in JSON format. It allows developers to easily fetch random advice messages to integrate into their applications or websites
-
FETCH API - is a modern browser technology that allows web developers to make HTTP requests to server resources and retrieve data from them. It provides a simple and flexible interface to fetch data from servers using a Promise-based approach, which allows developers to handle responses in an asynchronous way
- Frontend Mentor - @rfcho322