diff --git a/projects/FrontendMentor/junior/advice-generator-app/README-orig.md b/projects/FrontendMentor/junior/advice-generator-app/README-orig.md new file mode 100644 index 0000000..cfd93a4 --- /dev/null +++ b/projects/FrontendMentor/junior/advice-generator-app/README-orig.md @@ -0,0 +1,93 @@ +# Frontend Mentor - Advice generator app + +![Design preview for the Advice generator app coding challenge](./design/desktop-preview.jpg) + +## Welcome! 👋 + +Thanks for checking out this front-end coding challenge. + +[Frontend Mentor](https://www.frontendmentor.io) challenges help you improve your coding skills by building realistic projects. + +**To do this challenge, you need a basic understanding of HTML, CSS and JavaScript.** + +## The challenge + +Your challenge is to build out this advice generator app using the [Advice Slip API](https://api.adviceslip.com) and get it looking as close to the design as possible. + +You can use any tools you like to help you complete the challenge. So if you've got something you'd like to practice, feel free to give it a go. + +Your 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 + +Want some support on the challenge? [Join our Slack community](https://www.frontendmentor.io/slack) and ask questions in the **#help** channel. + +## Where to find everything + +Your task is to build out the project to the designs inside the `/design` folder. You will find both a mobile and a desktop version of the design. + +The designs are in JPG static format. Using JPGs will mean that you'll need to use your best judgment for styles such as `font-size`, `padding` and `margin`. + +If you would like the design files (we provide Sketch & Figma versions) to inspect the design in more detail, you can [subscribe as a PRO member](https://www.frontendmentor.io/pro). + +You will find all the required assets in the `/images` folder. The assets are already optimized. + +There is also a `style-guide.md` file containing the information you'll need, such as color palette and fonts. + +## Building your project + +Feel free to use any workflow that you feel comfortable with. Below is a suggested process, but do not feel like you need to follow these steps: + +1. Initialize your project as a public repository on [GitHub](https://github.com/). Creating a repo will make it easier to share your code with the community if you need help. If you're not sure how to do this, [have a read-through of this Try Git resource](https://try.github.io/). +2. Configure your repository to publish your code to a web address. This will also be useful if you need some help during a challenge as you can share the URL for your project with your repo URL. There are a number of ways to do this, and we provide some recommendations below. +3. Look through the designs to start planning out how you'll tackle the project. This step is crucial to help you think ahead for CSS classes to create reusable styles. +4. Before adding any styles, structure your content with HTML. Writing your HTML first can help focus your attention on creating well-structured content. +5. Write out the base styles for your project, including general content styles, such as `font-family` and `font-size`. +6. Start adding styles to the top of the page and work down. Only move on to the next section once you're happy you've completed the area you're working on. + +## Deploying your project + +As mentioned above, there are many ways to host your project for free. Our recommend hosts are: + +- [GitHub Pages](https://pages.github.com/) +- [Vercel](https://vercel.com/) +- [Netlify](https://www.netlify.com/) + +You can host your site using one of these solutions or any of our other trusted providers. [Read more about our recommended and trusted hosts](https://medium.com/frontend-mentor/frontend-mentor-trusted-hosting-providers-bf000dfebe). + +## Create a custom `README.md` + +We strongly recommend overwriting this `README.md` with a custom one. We've provided a template inside the [`README-template.md`](./README-template.md) file in this starter code. + +The template provides a guide for what to add. A custom `README` will help you explain your project and reflect on your learnings. Please feel free to edit our template as much as you like. + +Once you've added your information to the template, delete this file and rename the `README-template.md` file to `README.md`. That will make it show up as your repository's README file. + +## Submitting your solution + +Submit your solution on the platform for the rest of the community to see. Follow our ["Complete guide to submitting solutions"](https://medium.com/frontend-mentor/a-complete-guide-to-submitting-solutions-on-frontend-mentor-ac6384162248) for tips on how to do this. + +Remember, if you're looking for feedback on your solution, be sure to ask questions when submitting it. The more specific and detailed you are with your questions, the higher the chance you'll get valuable feedback from the community. + +## Sharing your solution + +There are multiple places you can share your solution: + +1. Share your solution page in the **#finished-projects** channel of the [Slack community](https://www.frontendmentor.io/slack). +2. Tweet [@frontendmentor](https://twitter.com/frontendmentor) and mention **@frontendmentor**, including the repo and live URLs in the tweet. We'd love to take a look at what you've built and help share it around. +3. Share your solution on other social channels like LinkedIn. +4. Blog about your experience building your project. Writing about your workflow, technical choices, and talking through your code is a brilliant way to reinforce what you've learned. Great platforms to write on are [dev.to](https://dev.to/), [Hashnode](https://hashnode.com/), and [CodeNewbie](https://community.codenewbie.org/). + +We provide templates to help you share your solution once you've submitted it on the platform. Please do edit them and include specific questions when you're looking for feedback. + +The more specific you are with your questions the more likely it is that another member of the community will give you feedback. + +## Got feedback for us? + +We love receiving feedback! We're always looking to improve our challenges and our platform. So if you have anything you'd like to mention, please email hi[at]frontendmentor[dot]io. + +This challenge is completely free. Please share it with anyone who will find it useful for practice. + +**Have fun building!** 🚀 diff --git a/projects/FrontendMentor/junior/advice-generator-app/README-template.md b/projects/FrontendMentor/junior/advice-generator-app/README-template.md deleted file mode 100644 index 1334c1d..0000000 --- a/projects/FrontendMentor/junior/advice-generator-app/README-template.md +++ /dev/null @@ -1,112 +0,0 @@ -# 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) - - [Continued development](#continued-development) - - [Useful resources](#useful-resources) -- [Author](#author) -- [Acknowledgments](#acknowledgments) - -**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 - -![](./screenshot.jpg) - -Add a screenshot of your solution. The easiest way to do this is to use Firefox to view your project, right-click the page and select "Take a Screenshot". You can choose either a full-height screenshot or a cropped one based on how long the page is. If it's very long, it might be best to crop it. - -Alternatively, you can use a tool like [FireShot](https://getfireshot.com/) to take the screenshot. FireShot has a free option, so you don't need to purchase it. - -Then crop/optimize/edit your image however you like, add it to your project, and update the file path in the image above. - -**Note: Delete this note and the paragraphs above when you add your screenshot. If you prefer not to add a screenshot, feel free to remove this entire section.** - -### Links - -- Solution URL: [Add solution URL here](https://your-solution-url.com) -- Live Site URL: [Add live site URL here](https://your-live-site-url.com) - -## My process - -### Built with - -- Semantic HTML5 markup -- CSS custom properties -- Flexbox -- CSS Grid -- Mobile-first workflow -- [React](https://reactjs.org/) - JS library -- [Next.js](https://nextjs.org/) - React framework -- [Styled Components](https://styled-components.com/) - For styles - -**Note: These are just examples. Delete this note and replace the list above with your own choices** - -### What I learned - -Use this section to recap over some of your major learnings while working through this project. Writing these out and providing code samples of areas you want to highlight is a great way to reinforce your own knowledge. - -To see how you can add code snippets, see below: - -```html -

Some HTML code I'm proud of

-``` -```css -.proud-of-this-css { - color: papayawhip; -} -``` -```js -const proudOfThisFunc = () => { - console.log('🎉') -} -``` - -If you want more help with writing markdown, we'd recommend checking out [The Markdown Guide](https://www.markdownguide.org/) to learn more. - -**Note: Delete this note and the content within this section and replace with your own learnings.** - -### Continued development - -Use this section to outline areas that you want to continue focusing on in future projects. These could be concepts you're still not completely comfortable with or techniques you found useful that you want to refine and perfect. - -**Note: Delete this note and the content within this section and replace with your own plans for continued development.** - -### Useful resources - -- [Example resource 1](https://www.example.com) - This helped me for XYZ reason. I really liked this pattern and will use it going forward. -- [Example resource 2](https://www.example.com) - This is an amazing article which helped me finally understand XYZ. I'd recommend it to anyone still learning this concept. - -**Note: Delete this note and replace the list above with resources that helped you during the challenge. These could come in handy for anyone viewing your solution or for yourself when you look back on this project in the future.** - -## Author - -- Website - [Add your name here](https://www.your-site.com) -- Frontend Mentor - [@yourusername](https://www.frontendmentor.io/profile/yourusername) -- Twitter - [@yourusername](https://www.twitter.com/yourusername) - -**Note: Delete this note and add/remove/edit lines above based on what links you'd like to share.** - -## Acknowledgments - -This is where you can give a hat tip to anyone who helped you out on this project. Perhaps you worked in a team or got some inspiration from someone else's solution. This is the perfect place to give them some credit. - -**Note: Delete this note and edit this section's content as necessary. If you completed this challenge by yourself, feel free to delete this section entirely.** diff --git a/projects/FrontendMentor/junior/advice-generator-app/README.md b/projects/FrontendMentor/junior/advice-generator-app/README.md index cfd93a4..99bab47 100644 --- a/projects/FrontendMentor/junior/advice-generator-app/README.md +++ b/projects/FrontendMentor/junior/advice-generator-app/README.md @@ -1,93 +1,64 @@ -# Frontend Mentor - Advice generator app +# Frontend Mentor - Advice generator app solution -![Design preview for the Advice generator app coding challenge](./design/desktop-preview.jpg) +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. -## Welcome! 👋 +## Table of contents -Thanks for checking out this front-end coding challenge. +- [Frontend Mentor - Advice generator app solution](#frontend-mentor---advice-generator-app-solution) + - [Table of contents](#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) + - [Acknowledgments](#acknowledgments) -[Frontend Mentor](https://www.frontendmentor.io) challenges help you improve your coding skills by building realistic projects. +## Overview -**To do this challenge, you need a basic understanding of HTML, CSS and JavaScript.** +### The challenge -## The challenge - -Your challenge is to build out this advice generator app using the [Advice Slip API](https://api.adviceslip.com) and get it looking as close to the design as possible. - -You can use any tools you like to help you complete the challenge. So if you've got something you'd like to practice, feel free to give it a go. - -Your users should be able to: +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 -Want some support on the challenge? [Join our Slack community](https://www.frontendmentor.io/slack) and ask questions in the **#help** channel. +### Screenshot -## Where to find everything +![Mobile](screenshots/mobile.png) -Your task is to build out the project to the designs inside the `/design` folder. You will find both a mobile and a desktop version of the design. +![Desktop](screenshots/desktop.png) -The designs are in JPG static format. Using JPGs will mean that you'll need to use your best judgment for styles such as `font-size`, `padding` and `margin`. +### Links -If you would like the design files (we provide Sketch & Figma versions) to inspect the design in more detail, you can [subscribe as a PRO member](https://www.frontendmentor.io/pro). +- Solution URL: [Add solution URL here](https://github.com/tarasis/tarasis.github.io/tree/main/projects/FrontendMentor/junior/advice-generator-app/)) +- Live Site URL: [Add live site URL here](https://tarasis.github.io/FrontendMentor/junior/advice-generator-app/) -You will find all the required assets in the `/images` folder. The assets are already optimized. +## My process -There is also a `style-guide.md` file containing the information you'll need, such as color palette and fonts. +I styled up mobile first, then desktop, added the JavaScript for retrieving the data and then added the animation, making sure to support prefers reduced motion. -## Building your project +### Built with -Feel free to use any workflow that you feel comfortable with. Below is a suggested process, but do not feel like you need to follow these steps: +- Semantic HTML5 markup +- CSS custom properties +- Flexbox (only for centering for button) +- CSS Grid (only for centering) +- Mobile-first workflow -1. Initialize your project as a public repository on [GitHub](https://github.com/). Creating a repo will make it easier to share your code with the community if you need help. If you're not sure how to do this, [have a read-through of this Try Git resource](https://try.github.io/). -2. Configure your repository to publish your code to a web address. This will also be useful if you need some help during a challenge as you can share the URL for your project with your repo URL. There are a number of ways to do this, and we provide some recommendations below. -3. Look through the designs to start planning out how you'll tackle the project. This step is crucial to help you think ahead for CSS classes to create reusable styles. -4. Before adding any styles, structure your content with HTML. Writing your HTML first can help focus your attention on creating well-structured content. -5. Write out the base styles for your project, including general content styles, such as `font-family` and `font-size`. -6. Start adding styles to the top of the page and work down. Only move on to the next section once you're happy you've completed the area you're working on. +### What I learned -## Deploying your project +Remind myself how await/async works in JavaScript as its been many months since I used it. -As mentioned above, there are many ways to host your project for free. Our recommend hosts are: +## Author -- [GitHub Pages](https://pages.github.com/) -- [Vercel](https://vercel.com/) -- [Netlify](https://www.netlify.com/) +- Website - [Robert McGovern - blog](https://tarasis.net) +- Frontend Mentor - [@tarasis](https://www.frontendmentor.io/profile/tarasis) +- Twitter - [@tarasis](https://www.twitter.com/tarasis) -You can host your site using one of these solutions or any of our other trusted providers. [Read more about our recommended and trusted hosts](https://medium.com/frontend-mentor/frontend-mentor-trusted-hosting-providers-bf000dfebe). +## Acknowledgments -## Create a custom `README.md` - -We strongly recommend overwriting this `README.md` with a custom one. We've provided a template inside the [`README-template.md`](./README-template.md) file in this starter code. - -The template provides a guide for what to add. A custom `README` will help you explain your project and reflect on your learnings. Please feel free to edit our template as much as you like. - -Once you've added your information to the template, delete this file and rename the `README-template.md` file to `README.md`. That will make it show up as your repository's README file. - -## Submitting your solution - -Submit your solution on the platform for the rest of the community to see. Follow our ["Complete guide to submitting solutions"](https://medium.com/frontend-mentor/a-complete-guide-to-submitting-solutions-on-frontend-mentor-ac6384162248) for tips on how to do this. - -Remember, if you're looking for feedback on your solution, be sure to ask questions when submitting it. The more specific and detailed you are with your questions, the higher the chance you'll get valuable feedback from the community. - -## Sharing your solution - -There are multiple places you can share your solution: - -1. Share your solution page in the **#finished-projects** channel of the [Slack community](https://www.frontendmentor.io/slack). -2. Tweet [@frontendmentor](https://twitter.com/frontendmentor) and mention **@frontendmentor**, including the repo and live URLs in the tweet. We'd love to take a look at what you've built and help share it around. -3. Share your solution on other social channels like LinkedIn. -4. Blog about your experience building your project. Writing about your workflow, technical choices, and talking through your code is a brilliant way to reinforce what you've learned. Great platforms to write on are [dev.to](https://dev.to/), [Hashnode](https://hashnode.com/), and [CodeNewbie](https://community.codenewbie.org/). - -We provide templates to help you share your solution once you've submitted it on the platform. Please do edit them and include specific questions when you're looking for feedback. - -The more specific you are with your questions the more likely it is that another member of the community will give you feedback. - -## Got feedback for us? - -We love receiving feedback! We're always looking to improve our challenges and our platform. So if you have anything you'd like to mention, please email hi[at]frontendmentor[dot]io. - -This challenge is completely free. Please share it with anyone who will find it useful for practice. - -**Have fun building!** 🚀 +Matt @ Frontend Mentor for creating the site. \ No newline at end of file diff --git a/projects/FrontendMentor/junior/advice-generator-app/css/style.css b/projects/FrontendMentor/junior/advice-generator-app/css/style.css index 4c1abb4..a31397a 100644 --- a/projects/FrontendMentor/junior/advice-generator-app/css/style.css +++ b/projects/FrontendMentor/junior/advice-generator-app/css/style.css @@ -131,6 +131,27 @@ body { box-shadow: 0px 0px 40px #53ffaa; } +@media (prefers-reduced-motion: reduce) { + .animate { + animation: none; + } +} + +@media (prefers-reduced-motion: no-preference) { + .animate { + animation: roll 2s cubic-bezier(0.175, 0.885, 0.32, 1.275); + } +} + +@keyframes roll { + from { + transform: rotate(0deg); + } + to { + transform: rotate(360deg); + } +} + @media screen and (min-width: 800px) { :root { /* Colors */ diff --git a/projects/FrontendMentor/junior/advice-generator-app/index.html b/projects/FrontendMentor/junior/advice-generator-app/index.html index b8d96f6..5743e66 100644 --- a/projects/FrontendMentor/junior/advice-generator-app/index.html +++ b/projects/FrontendMentor/junior/advice-generator-app/index.html @@ -13,6 +13,7 @@ + Frontend Mentor | Advice generator app @@ -32,15 +33,12 @@
-

- - Advice # +

-

- “ - ” +

+ “!! LOADING !!”

@@ -48,7 +46,7 @@ -
diff --git a/projects/FrontendMentor/junior/advice-generator-app/js/script.js b/projects/FrontendMentor/junior/advice-generator-app/js/script.js index 9214407..e1d5485 100644 --- a/projects/FrontendMentor/junior/advice-generator-app/js/script.js +++ b/projects/FrontendMentor/junior/advice-generator-app/js/script.js @@ -4,3 +4,54 @@ // advice is cached for 2 seconds // so my plan is to disable the button for those // 2 seconds +"use strict"; + +const title = document.getElementById("advice__title"); +const quote = document.getElementById("advice__quote"); +const button = document.getElementById("advice__button"); + +button.addEventListener("click", getAdvice); + +window.document.addEventListener("DOMContentLoaded", getAdvice); + +/** + * [buttonClicked description] + * + * @param {[Event]} anEvent [anEvent description] + */ +async function getAdvice() { + try { + addAnimation(); + + const response = await fetch("https://api.adviceslip.com/advice"); + const data = await response.json(); + + // verify its a slip + if (data.slip) { + title.textContent = `Advice #${data.slip.id}`; + quote.textContent = `“${data.slip.advice}”`; + } else { + // If for some reason the server sends a message type + // back rather than a slip + alert(`Something went wrong.\n\n${data.message.text}`); + + removeAnimation(); + } + // otherwise something horrible went wrong + } catch (error) { + alert(`Something has gone seriously wrong. HELP!!!!!\n\n ${error}`); + + removeAnimation(); + } +} + +function addAnimation() { + button.children[0].classList.add("animate"); + setTimeout(() => { + removeAnimation(); + }, 2000); +} + +function removeAnimation() { + button.children[0].classList.remove("animate"); +} diff --git a/projects/FrontendMentor/junior/advice-generator-app/screenshots/desktop.png b/projects/FrontendMentor/junior/advice-generator-app/screenshots/desktop.png new file mode 100644 index 0000000..8e80191 Binary files /dev/null and b/projects/FrontendMentor/junior/advice-generator-app/screenshots/desktop.png differ diff --git a/projects/FrontendMentor/junior/advice-generator-app/screenshots/mobile.png b/projects/FrontendMentor/junior/advice-generator-app/screenshots/mobile.png new file mode 100644 index 0000000..de81b8d Binary files /dev/null and b/projects/FrontendMentor/junior/advice-generator-app/screenshots/mobile.png differ diff --git a/src/_data/webprojects.json b/src/_data/webprojects.json index 1c37ad7..fcc7b9d 100644 --- a/src/_data/webprojects.json +++ b/src/_data/webprojects.json @@ -7,6 +7,24 @@ "description": "Collection of challenges I completed for Frontend Mentor", "cssClass": "", "difficulty": [ + { + "title": "Junior", + "cssClass": "frontEndMentorChallenges", + "challenges": [ + { + "title": "Advice Generator App", + "url": "/FrontendMentor/junior/advice-generator-app/", + "description": "", + "techUsed": [ + "html5", + "css3", + "js" + ], + "screenshotURL": "/FrontendMentor/junior/advice-generator-app/screenshots/mobile.png", + "screenshotAltText": "Advice Generator App" + } + ] + }, { "title": "Newbie", "cssClass": "frontEndMentorChallenges", @@ -159,11 +177,6 @@ } ] }, - { - "title": "Junior", - "cssClass": "frontEndMentorChallenges", - "challenges": [] - }, { "title": "Intermediate", "cssClass": "frontEndMentorChallenges",