└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # Frontend Mentor - [Challenge title] solution 2 | 3 | This is a solution to the [[Challenge title] challenge on Frontend Mentor](). Frontend Mentor challenges help you improve your coding skills by building realistic projects. 4 | 5 | ## Table of contents 6 | 7 | - [Overview](#overview) 8 | - [The challenge](#the-challenge) 9 | - [Screenshot](#screenshot) 10 | - [Links](#links) 11 | - [My process](#my-process) 12 | - [Built with](#built-with) 13 | - [What I learned](#what-i-learned) 14 | - [Continued development](#continued-development) 15 | - [Useful resources](#useful-resources) 16 | - [Author](#author) 17 | - [Acknowledgments](#acknowledgments) 18 | 19 | **Note: Delete this note and update the table of contents based on what sections you keep.** 20 | 21 | ## Overview 22 | 23 | ### The challenge 24 | 25 | Users should be able to: 26 | 27 | - 28 | 29 | ### Screenshot 30 | 31 | ![](./screenshot.jpg) 32 | 33 | 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. 34 | 35 | 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. 36 | 37 | Then crop/optimize/edit your image however you like, add it to your project, and update the file path in the image above. 38 | 39 | **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.** 40 | 41 | ### Links 42 | 43 | - Solution URL: [Add solution URL here](https://your-solution-url.com) 44 | - Live Site URL: [Add live site URL here](https://your-live-site-url.com) 45 | 46 | ## My process 47 | 48 | ### Built with 49 | 50 | - Semantic HTML5 markup 51 | - CSS custom properties 52 | - Flexbox 53 | - CSS Grid 54 | - Mobile-first workflow 55 | - [React](https://reactjs.org/) - JS library 56 | - [Next.js](https://nextjs.org/) - React framework 57 | - [Styled Components](https://styled-components.com/) - For styles 58 | 59 | **Note: These are just examples. Delete this note and replace the list above with your own choices** 60 | 61 | ### What I learned 62 | 63 | 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. 64 | 65 | To see how you can add code snippets, see below: 66 | 67 | ```html 68 |

Some HTML code I'm proud of

69 | ``` 70 | ```css 71 | .proud-of-this-css { 72 | color: papayawhip; 73 | } 74 | ``` 75 | ```js 76 | const proudOfThisFunc = () => { 77 | console.log('🎉') 78 | } 79 | ``` 80 | 81 | If you want more help with writing markdown, we'd recommend checking out [The Markdown Guide](https://www.markdownguide.org/) to learn more. 82 | 83 | **Note: Delete this note and the content within this section and replace with your own learnings.** 84 | 85 | ### Continued development 86 | 87 | 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. 88 | 89 | **Note: Delete this note and the content within this section and replace with your own plans for continued development.** 90 | 91 | ### Useful resources 92 | 93 | - [Example resource 1](https://www.example.com) - This helped me for XYZ reason. I really liked this pattern and will use it going forward. 94 | - [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. 95 | 96 | **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.** 97 | 98 | ## Author 99 | 100 | - Website - [Add your name here](https://www.your-site.com) 101 | - Frontend Mentor - [@yourusername](https://www.frontendmentor.io/profile/yourusername) 102 | - Twitter - [@yourusername](https://www.twitter.com/yourusername) 103 | 104 | **Note: Delete this note and add/remove/edit lines above based on what links you'd like to share.** 105 | 106 | ## Acknowledgments 107 | 108 | 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. 109 | 110 | **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.** 111 | --------------------------------------------------------------------------------