rmcg.dev/projects/FrontendMentor/newbie/pod-request-access-landing-.../README.md

115 lines
5.2 KiB
Markdown
Raw Normal View History

2022-09-07 18:18:51 +02:00
# Frontend Mentor - Pod request access landing page solution
2022-09-07 18:18:51 +02:00
This is a solution to the [Pod request access landing page challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/pod-request-access-landing-page-eyTmdkLSG). Frontend Mentor challenges help you improve your coding skills by building realistic projects.
2022-09-07 18:18:51 +02:00
## Table of contents
2022-09-07 18:18:51 +02:00
- [Frontend Mentor - Pod request access landing page solution](#frontend-mentor---pod-request-access-landing-page-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)
- [Continued development](#continued-development)
- [Useful resources](#useful-resources)
- [Author](#author)
- [Acknowledgments](#acknowledgments)
2022-09-07 18:18:51 +02:00
**Note: Delete this note and update the table of contents based on what sections you keep.**
2022-09-07 18:18:51 +02:00
## Overview
2022-09-07 18:18:51 +02:00
### The challenge
2022-09-07 18:18:51 +02:00
Users should be able to:
- View the optimal layout depending on their device's screen size
- See hover states for interactive elements
- Receive an error message when the form is submitted if:
- The `Email address` field is empty should show "Oops! Please add your email"
- The email is not formatted correctly should show "Oops! Please check your email"
2022-09-07 18:18:51 +02:00
### 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.
2022-09-07 18:18:51 +02:00
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.
2022-09-07 18:18:51 +02:00
Then crop/optimize/edit your image however you like, add it to your project, and update the file path in the image above.
2022-09-07 18:18:51 +02:00
**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.**
2022-09-07 18:18:51 +02:00
### Links
2022-09-07 18:18:51 +02:00
- Solution URL: [Add solution URL here](https://github.com/tarasis/tarasis.github.io/tree/main/projects/FrontendMentor/newbie/pod-request-access-landing-page)
- Live Site URL: [Add live site URL here](https://tarasis.github.io/FrontendMentor/newbie/pod-request-access-landing-page)
2022-09-07 18:18:51 +02:00
## My process
2022-09-07 18:18:51 +02:00
### Built with
2022-09-07 18:18:51 +02:00
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- CSS Grid
- Mobile-first workflow
2022-09-07 18:18:51 +02:00
### What I learned
2022-09-07 18:18:51 +02:00
The approach to this was more difficult than any of the Frontend Mentor challenges that I had approached so far. Basically till now I've only approached the newbie free projects (although with a mixture of access to the figma design file).
2022-09-07 18:18:51 +02:00
Now I have to think about Mobile, Tablet, and Desktop; rather than just Mobile and Desktop.
2022-09-07 18:32:23 +02:00
Also interesting was working without a style guide document + figma doc. This time I just had the figma document, so I had to make more notes for myself. Interesting particularly because it wasn't clear from the design section what weights of Chivo I needed.
2022-09-07 18:18:51 +02:00
To see how you can add code snippets, see below:
2022-09-07 18:18:51 +02:00
```html
<h1>Some HTML code I'm proud of</h1>
```
```css
.proud-of-this-css {
color: papayawhip;
}
```
```js
const proudOfThisFunc = () => {
console.log('🎉')
}
```
2022-09-07 18:18:51 +02:00
If you want more help with writing markdown, we'd recommend checking out [The Markdown Guide](https://www.markdownguide.org/) to learn more.
2022-09-07 18:18:51 +02:00
**Note: Delete this note and the content within this section and replace with your own learnings.**
2022-09-07 18:18:51 +02:00
### Continued development
2022-09-07 18:18:51 +02:00
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.
2022-09-07 18:18:51 +02:00
**Note: Delete this note and the content within this section and replace with your own plans for continued development.**
2022-09-07 18:18:51 +02:00
### Useful resources
2022-09-07 18:18:51 +02:00
- [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.
2022-09-07 18:18:51 +02:00
**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.**
2022-09-07 18:18:51 +02:00
## Author
2022-09-07 18:18:51 +02:00
- Blog - [Robert McGovern Blog](https://tarasis.net)
- Portfolio - [Robert McGovern Portfolio](https://rmcg.dev)
- Frontend Mentor - [@tarasis](https://www.frontendmentor.io/profile/tarasis)
- Twitter - [@tarasis](https://www.twitter.com/tarasis)
2022-09-07 18:18:51 +02:00
## Acknowledgments
2022-09-07 18:18:51 +02:00
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.
2022-09-07 18:18:51 +02:00
**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.**