Challenge from Frontend Mentor
This project uses the Advice Slip API to generate random quotes of advice. The project is written in `JavaScript` and uses the `fetch()` API to make requests to the Advice Slip API. The app features a smooth transition effect when displaying the advice, creating an engaging user experience.
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
- Semantic HTML5 markup
- Mobile-first workflow
- CSS custom properties
- JavaScript
- NPM
- Webpack - a module bundler
- Advice Slip API
In the process of developing the Advice Generator App, I expanded my skills and knowledge in various aspects of web development. Working with the Advice Slip API allowed me to gain hands-on experience with integrating third-party APIs into my projects. I deepened my understanding of asynchronous
JavaScript and utilized the fetch()
API to efficiently retrieve data from the API. Overall, this project provided an opportunity to sharpen my JavaScript
skills, API integration capabilities, and UI design techniques, further advancing my expertise in web development.
- Clone this repo:
git clone https://github.com/CodeWithAlamin/Advice-generator-app.git
- Install dependencies:
npm install
- Build command:
npm run build
- Live server:
npm start
👤 Alamin
- Twitter - @CodeWithAlamin
- LinkedIn - @CodeWithAlamin
- Frontend Mentor - @CodeWithAlamin
- Github: @CodeWithAlamin
Feel free to contact me with any questions or feedback!
Give a ⭐️ if you liked this project!
Special thanks to Frontend Mentor for providing such an amazing platform to practice and improve my frontend skills.
This project is licensed under the MIT license, which means you can use, modify, and distribute the code as you wish. If you have any questions or feedback, feel free to reach out. Thank you for considering my code!