└── 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 |  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 |