From 8d98f542a6101b755fb8088390fc9b13acf1bb45 Mon Sep 17 00:00:00 2001 From: Robert McGovern Date: Wed, 9 Nov 2022 14:26:36 +0000 Subject: [PATCH] base files for github-user-search-app --- .../junior/github-user-search-app/.gitignore | 16 +++ .../github-user-search-app/README-orig.md | 103 ++++++++++++++++ .../junior/github-user-search-app/README.md | 115 ++++++++++++++++++ .../assets/favicon-32x32.png | Bin 0 -> 1063 bytes .../assets/icon-company.svg | 1 + .../assets/icon-location.svg | 1 + .../assets/icon-moon.svg | 1 + .../assets/icon-search.svg | 1 + .../assets/icon-sun.svg | 1 + .../assets/icon-twitter.svg | 1 + .../assets/icon-website.svg | 1 + .../github-user-search-app/css/styles.css | 0 .../junior/github-user-search-app/index.html | 33 +++++ .../github-user-search-app/js/script.js | 36 ++++++ .../junior/github-user-search-app/preview.jpg | Bin 0 -> 46594 bytes .../starter-code/.gitignore | 16 +++ .../starter-code/assets/favicon-32x32.png | Bin 0 -> 1063 bytes .../starter-code/assets/icon-company.svg | 1 + .../starter-code/assets/icon-location.svg | 1 + .../starter-code/assets/icon-moon.svg | 1 + .../starter-code/assets/icon-search.svg | 1 + .../starter-code/assets/icon-sun.svg | 1 + .../starter-code/assets/icon-twitter.svg | 1 + .../starter-code/assets/icon-website.svg | 1 + .../starter-code/index.html | 28 +++++ 25 files changed, 361 insertions(+) create mode 100644 projects/FrontendMentor/junior/github-user-search-app/.gitignore create mode 100644 projects/FrontendMentor/junior/github-user-search-app/README-orig.md create mode 100644 projects/FrontendMentor/junior/github-user-search-app/README.md create mode 100644 projects/FrontendMentor/junior/github-user-search-app/assets/favicon-32x32.png create mode 100644 projects/FrontendMentor/junior/github-user-search-app/assets/icon-company.svg create mode 100644 projects/FrontendMentor/junior/github-user-search-app/assets/icon-location.svg create mode 100644 projects/FrontendMentor/junior/github-user-search-app/assets/icon-moon.svg create mode 100644 projects/FrontendMentor/junior/github-user-search-app/assets/icon-search.svg create mode 100644 projects/FrontendMentor/junior/github-user-search-app/assets/icon-sun.svg create mode 100644 projects/FrontendMentor/junior/github-user-search-app/assets/icon-twitter.svg create mode 100644 projects/FrontendMentor/junior/github-user-search-app/assets/icon-website.svg create mode 100644 projects/FrontendMentor/junior/github-user-search-app/css/styles.css create mode 100644 projects/FrontendMentor/junior/github-user-search-app/index.html create mode 100644 projects/FrontendMentor/junior/github-user-search-app/js/script.js create mode 100644 projects/FrontendMentor/junior/github-user-search-app/preview.jpg create mode 100644 projects/FrontendMentor/junior/github-user-search-app/starter-code/.gitignore create mode 100644 projects/FrontendMentor/junior/github-user-search-app/starter-code/assets/favicon-32x32.png create mode 100644 projects/FrontendMentor/junior/github-user-search-app/starter-code/assets/icon-company.svg create mode 100644 projects/FrontendMentor/junior/github-user-search-app/starter-code/assets/icon-location.svg create mode 100644 projects/FrontendMentor/junior/github-user-search-app/starter-code/assets/icon-moon.svg create mode 100644 projects/FrontendMentor/junior/github-user-search-app/starter-code/assets/icon-search.svg create mode 100644 projects/FrontendMentor/junior/github-user-search-app/starter-code/assets/icon-sun.svg create mode 100644 projects/FrontendMentor/junior/github-user-search-app/starter-code/assets/icon-twitter.svg create mode 100644 projects/FrontendMentor/junior/github-user-search-app/starter-code/assets/icon-website.svg create mode 100644 projects/FrontendMentor/junior/github-user-search-app/starter-code/index.html diff --git a/projects/FrontendMentor/junior/github-user-search-app/.gitignore b/projects/FrontendMentor/junior/github-user-search-app/.gitignore new file mode 100644 index 0000000..d13464a --- /dev/null +++ b/projects/FrontendMentor/junior/github-user-search-app/.gitignore @@ -0,0 +1,16 @@ +# Avoid accidental upload of the Sketch and Figma design files +##################################################### +## Please do not remove lines 5 and 6 - thanks! 🙂 ## +##################################################### +*.sketch +*.fig + +# Avoid accidental XD upload if you convert the design file +############################################### +## Please do not remove line 12 - thanks! 🙂 ## +############################################### +*.xd + +# Avoid your project being littered with annoying .DS_Store files! +.DS_Store +.prettierignore \ No newline at end of file diff --git a/projects/FrontendMentor/junior/github-user-search-app/README-orig.md b/projects/FrontendMentor/junior/github-user-search-app/README-orig.md new file mode 100644 index 0000000..19a3292 --- /dev/null +++ b/projects/FrontendMentor/junior/github-user-search-app/README-orig.md @@ -0,0 +1,103 @@ +# Frontend Mentor - GitHub user search app + +![Design preview for the GitHub user search app coding challenge](./preview.jpg) + +## Welcome! 👋 + +Thanks for purchasing this premium Frontend Mentor coding challenge. + +[Frontend Mentor](https://www.frontendmentor.io) challenges help you improve your coding skills by building realistic projects. These premium challenges are perfect portfolio pieces, so please feel free to use what you create in your portfolio to show others. + +**To do this challenge, you need a good understanding of HTML, CSS, and JavaScript.** + +## The challenge + +Your challenge is to build out this GitHub user search app using the [GitHub users API](https://docs.github.com/en/rest/reference/users#get-a-user) 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 +- Search for GitHub users by their username +- See relevant user information based on their search +- Switch between light and dark themes +- **Bonus**: Have the correct color scheme chosen for them based on their computer preferences. _Hint_: Research `prefers-color-scheme` in CSS. + +Want some support on the challenge? [Join our Slack community](https://www.frontendmentor.io/slack) and ask questions in the **#help** channel. + +The GitHub users API endpoint is `https://api.github.com/users/:username`. So, if you wanted to search for the Octocat profile, you'd be able to make a request to `https://api.github.com/users/octocat`. + +### Expected behaviour + +- On first load, show the profile information for Octocat. +- Display an error message (as shown in the design) if no user is found when a new search is made. +- If a GitHub user hasn't added their name, show their username where the name would be without the `@` symbol and again below with the `@` symbol. +- If a GitHub user's bio is empty, show the text "This profile has no bio" with transparency added (as shown in the design). The lorem ipsum text in the designs shows how the bio should look when it is present. +- If any of the location, website, twitter, or company properties are empty, show the text "Not Available" with transparency added (as shown in the design). +- Website, twitter, and company information should all be links to those resources. For the company link, it should remove the `@` symbol and link to the company page on GitHub. For Octocat, with `@github` being returned for the company, this would lead to a URL of `https://github.com/github`. + +## Where to find everything + +Your task is to build out the project to the design file provided. We provide both Sketch and Figma versions of the design, so you can choose which tool you prefer to use. You can download the design file on the platform. **Please be sure not to share them with anyone else.** The design download comes with a `README.md` file as well to help you get set up. + +All the required assets for this project are in the `/assets` folder. The assets are already exported for the correct screen size and optimized. Some images are reusable at multiple screen sizes. So if you don't see an image in a specific folder, it will typically be in another folder for that page. + +The design system in the design file will give you more information about the various colors, fonts, and styles used in this project. + +## 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. Separate the `starter-code` from the rest of this project and rename it to something meaningful for you. Initialize the codebase 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/). **⚠️ IMPORTANT ⚠️: There are already a couple of `.gitignore` files in this project. Please do not remove them or change the content of the files. If you create a brand new project, please use the `.gitignore` files provided in your new codebase. This is to avoid the accidental upload of the design files to GitHub. With these premium challenges, please be sure not to share the design files in your GitHub repo. Thanks!** +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. + +**⚠️ IMPORTANT ⚠️: With these premium challenges, please be sure not to upload the design files to GitHub when you're submitting to the platform and sharing it around. If you've created a brand new project, the easiest way to do that is to copy across the `.gitignore` provided in this starter project.** + +## 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. + +**Have fun building!** 🚀 diff --git a/projects/FrontendMentor/junior/github-user-search-app/README.md b/projects/FrontendMentor/junior/github-user-search-app/README.md new file mode 100644 index 0000000..1573e7a --- /dev/null +++ b/projects/FrontendMentor/junior/github-user-search-app/README.md @@ -0,0 +1,115 @@ +# Frontend Mentor - GitHub user search app solution + +This is a solution to the [GitHub user search app challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/github-user-search-app-Q09YOgaH6). 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 +- Search for GitHub users by their username +- See relevant user information based on their search +- Switch between light and dark themes +- **Bonus**: Have the correct color scheme chosen for them based on their computer preferences. _Hint_: Research `prefers-color-scheme` in CSS. + +### 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/github-user-search-app/assets/favicon-32x32.png b/projects/FrontendMentor/junior/github-user-search-app/assets/favicon-32x32.png new file mode 100644 index 0000000000000000000000000000000000000000..1e2df7f089f46dd930239e418bf13e8e4c1cca0f GIT binary patch literal 1063 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyEa{HEjtmSN`?>!lvVtU&J%W50 z7^>757#dm_7=8hT8eT9klo~KFyh>nTu$sZZAYL$MSD+081EY0-Plzi}!G9Wnr(eF` z|M+F+!xzhMK3;zF(cgdn_B?v|`rD7+fB)V2@MY=EN9|{BEWPpQ{f}RtfBl|!^+Ea3 z%d2iZe)i@2x9`6{eg66V&!4ULpSPU4KJ)Uu^RM22`~BzO$wz&&PyPA(@7<4I`yRjQ zJAZr1#XB#){D-o5+r^Vjdc3)fsquh@R{^yA;Z|8C!Zw`1zDvzMNK{QUFr z^G~yvU&yK5nOnE3q5ts2d8Z#d`S9=G|MwriU%2{m%ii0owp@Sy>dXGuA$NemCsPvS z7YvLEt(>(tKmBDkpML+hROc(RL;oBPGFiO5x8~1ErS?rgb&N^g?k~Ih+L^ zk;M!Q+`=Ht$S`Y;1W=H@#M9T6{SlWiKeL>x)y)*39#2mf#}JFtt&`J}n+ycniko-@ z3;26vOWyCzeS7I$?C$UX{_kIKV}WAF+24(KRQ;Wbm=(hXgpO=b(eBb|byZ~P5M3dt zyDB-nDx`Zw9LoWN-GrY`kHxRfy}Q3KfBxRdclJCv_%N_mL-x0j+x*I+s%JIY&vgg3Y zTes?8j%DMbh5PocynFBNZJq}$w`Q+tKfe6=^y}tkkv_Zb+uQBmSHB|O-+X(*4%OrO zQF%8%OSj*z`t$7X`oHyz%ReTa40^8r7Z}c}C9V-ADTyViR>?)FK#IZ0z|cb1&_LJF zGQ`l-%D~vl*g)IB$jZQAv*1E06b-rgDVb@NxHTN|kz5AU01WSllAy$Lg@U5|w9K4T zg_6pGRE5lfl4J&kiaC!z@o*G|X=t4CKYhmYX%GXmGPhnbx3IFX_hb=fVFi~4lfx;@ u%9}$JPT#n4;>ejJGDp}?H+U@Y(qnifE?Dx($#g2v3I \ No newline at end of file diff --git a/projects/FrontendMentor/junior/github-user-search-app/assets/icon-location.svg b/projects/FrontendMentor/junior/github-user-search-app/assets/icon-location.svg new file mode 100644 index 0000000..98b77ad --- /dev/null +++ b/projects/FrontendMentor/junior/github-user-search-app/assets/icon-location.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/projects/FrontendMentor/junior/github-user-search-app/assets/icon-moon.svg b/projects/FrontendMentor/junior/github-user-search-app/assets/icon-moon.svg new file mode 100644 index 0000000..875623a --- /dev/null +++ b/projects/FrontendMentor/junior/github-user-search-app/assets/icon-moon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/projects/FrontendMentor/junior/github-user-search-app/assets/icon-search.svg b/projects/FrontendMentor/junior/github-user-search-app/assets/icon-search.svg new file mode 100644 index 0000000..531a381 --- /dev/null +++ b/projects/FrontendMentor/junior/github-user-search-app/assets/icon-search.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/projects/FrontendMentor/junior/github-user-search-app/assets/icon-sun.svg b/projects/FrontendMentor/junior/github-user-search-app/assets/icon-sun.svg new file mode 100644 index 0000000..e50c926 --- /dev/null +++ b/projects/FrontendMentor/junior/github-user-search-app/assets/icon-sun.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/projects/FrontendMentor/junior/github-user-search-app/assets/icon-twitter.svg b/projects/FrontendMentor/junior/github-user-search-app/assets/icon-twitter.svg new file mode 100644 index 0000000..ba8110f --- /dev/null +++ b/projects/FrontendMentor/junior/github-user-search-app/assets/icon-twitter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/projects/FrontendMentor/junior/github-user-search-app/assets/icon-website.svg b/projects/FrontendMentor/junior/github-user-search-app/assets/icon-website.svg new file mode 100644 index 0000000..809b9bf --- /dev/null +++ b/projects/FrontendMentor/junior/github-user-search-app/assets/icon-website.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/projects/FrontendMentor/junior/github-user-search-app/css/styles.css b/projects/FrontendMentor/junior/github-user-search-app/css/styles.css new file mode 100644 index 0000000..e69de29 diff --git a/projects/FrontendMentor/junior/github-user-search-app/index.html b/projects/FrontendMentor/junior/github-user-search-app/index.html new file mode 100644 index 0000000..f7cc790 --- /dev/null +++ b/projects/FrontendMentor/junior/github-user-search-app/index.html @@ -0,0 +1,33 @@ + + + + + + + + + + + + Frontend Mentor | GitHub user search app + + + + + devfinder + + Light + Dark + + Search GitHub username... + Search + + Joined + + Repos + Followers + Following + + + + \ No newline at end of file diff --git a/projects/FrontendMentor/junior/github-user-search-app/js/script.js b/projects/FrontendMentor/junior/github-user-search-app/js/script.js new file mode 100644 index 0000000..d99df12 --- /dev/null +++ b/projects/FrontendMentor/junior/github-user-search-app/js/script.js @@ -0,0 +1,36 @@ +// example return from api call to https://api.github.com/users/tarasis + +// { +// "login": "tarasis", +// "id": 3006, +// "node_id": "MDQ6VXNlcjMwMDY=", +// "avatar_url": "https://avatars.githubusercontent.com/u/3006?v=4", +// "gravatar_id": "", +// "url": "https://api.github.com/users/tarasis", +// "html_url": "https://github.com/tarasis", +// "followers_url": "https://api.github.com/users/tarasis/followers", +// "following_url": "https://api.github.com/users/tarasis/following{/other_user}", +// "gists_url": "https://api.github.com/users/tarasis/gists{/gist_id}", +// "starred_url": "https://api.github.com/users/tarasis/starred{/owner}{/repo}", +// "subscriptions_url": "https://api.github.com/users/tarasis/subscriptions", +// "organizations_url": "https://api.github.com/users/tarasis/orgs", +// "repos_url": "https://api.github.com/users/tarasis/repos", +// "events_url": "https://api.github.com/users/tarasis/events{/privacy}", +// "received_events_url": "https://api.github.com/users/tarasis/received_events", +// "type": "User", +// "site_admin": false, +// "name": "Robert McGovern", +// "company": null, +// "blog": "http://tarasis.net", +// "location": "Northern Ireland", +// "email": null, +// "hireable": null, +// "bio": null, +// "twitter_username": "tarasis", +// "public_repos": 26, +// "public_gists": 2, +// "followers": 35, +// "following": 53, +// "created_at": "2008-03-13T16:12:38Z", +// "updated_at": "2022-10-28T19:21:49Z" +// } diff --git a/projects/FrontendMentor/junior/github-user-search-app/preview.jpg b/projects/FrontendMentor/junior/github-user-search-app/preview.jpg new file mode 100644 index 0000000000000000000000000000000000000000..87fa59ec7511c7d6292e29eed96d477a78059df5 GIT binary patch literal 46594 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 Mr;F2cAN(u-*{r5KQUCw| literal 0 HcmV?d00001 diff --git a/projects/FrontendMentor/junior/github-user-search-app/starter-code/.gitignore b/projects/FrontendMentor/junior/github-user-search-app/starter-code/.gitignore new file mode 100644 index 0000000..d13464a --- /dev/null +++ b/projects/FrontendMentor/junior/github-user-search-app/starter-code/.gitignore @@ -0,0 +1,16 @@ +# Avoid accidental upload of the Sketch and Figma design files +##################################################### +## Please do not remove lines 5 and 6 - thanks! 🙂 ## +##################################################### +*.sketch +*.fig + +# Avoid accidental XD upload if you convert the design file +############################################### +## Please do not remove line 12 - thanks! 🙂 ## +############################################### +*.xd + +# Avoid your project being littered with annoying .DS_Store files! +.DS_Store +.prettierignore \ No newline at end of file diff --git a/projects/FrontendMentor/junior/github-user-search-app/starter-code/assets/favicon-32x32.png b/projects/FrontendMentor/junior/github-user-search-app/starter-code/assets/favicon-32x32.png new file mode 100644 index 0000000000000000000000000000000000000000..1e2df7f089f46dd930239e418bf13e8e4c1cca0f GIT binary patch literal 1063 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyEa{HEjtmSN`?>!lvVtU&J%W50 z7^>757#dm_7=8hT8eT9klo~KFyh>nTu$sZZAYL$MSD+081EY0-Plzi}!G9Wnr(eF` z|M+F+!xzhMK3;zF(cgdn_B?v|`rD7+fB)V2@MY=EN9|{BEWPpQ{f}RtfBl|!^+Ea3 z%d2iZe)i@2x9`6{eg66V&!4ULpSPU4KJ)Uu^RM22`~BzO$wz&&PyPA(@7<4I`yRjQ zJAZr1#XB#){D-o5+r^Vjdc3)fsquh@R{^yA;Z|8C!Zw`1zDvzMNK{QUFr z^G~yvU&yK5nOnE3q5ts2d8Z#d`S9=G|MwriU%2{m%ii0owp@Sy>dXGuA$NemCsPvS z7YvLEt(>(tKmBDkpML+hROc(RL;oBPGFiO5x8~1ErS?rgb&N^g?k~Ih+L^ zk;M!Q+`=Ht$S`Y;1W=H@#M9T6{SlWiKeL>x)y)*39#2mf#}JFtt&`J}n+ycniko-@ z3;26vOWyCzeS7I$?C$UX{_kIKV}WAF+24(KRQ;Wbm=(hXgpO=b(eBb|byZ~P5M3dt zyDB-nDx`Zw9LoWN-GrY`kHxRfy}Q3KfBxRdclJCv_%N_mL-x0j+x*I+s%JIY&vgg3Y zTes?8j%DMbh5PocynFBNZJq}$w`Q+tKfe6=^y}tkkv_Zb+uQBmSHB|O-+X(*4%OrO zQF%8%OSj*z`t$7X`oHyz%ReTa40^8r7Z}c}C9V-ADTyViR>?)FK#IZ0z|cb1&_LJF zGQ`l-%D~vl*g)IB$jZQAv*1E06b-rgDVb@NxHTN|kz5AU01WSllAy$Lg@U5|w9K4T zg_6pGRE5lfl4J&kiaC!z@o*G|X=t4CKYhmYX%GXmGPhnbx3IFX_hb=fVFi~4lfx;@ u%9}$JPT#n4;>ejJGDp}?H+U@Y(qnifE?Dx($#g2v3I \ No newline at end of file diff --git a/projects/FrontendMentor/junior/github-user-search-app/starter-code/assets/icon-location.svg b/projects/FrontendMentor/junior/github-user-search-app/starter-code/assets/icon-location.svg new file mode 100644 index 0000000..98b77ad --- /dev/null +++ b/projects/FrontendMentor/junior/github-user-search-app/starter-code/assets/icon-location.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/projects/FrontendMentor/junior/github-user-search-app/starter-code/assets/icon-moon.svg b/projects/FrontendMentor/junior/github-user-search-app/starter-code/assets/icon-moon.svg new file mode 100644 index 0000000..875623a --- /dev/null +++ b/projects/FrontendMentor/junior/github-user-search-app/starter-code/assets/icon-moon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/projects/FrontendMentor/junior/github-user-search-app/starter-code/assets/icon-search.svg b/projects/FrontendMentor/junior/github-user-search-app/starter-code/assets/icon-search.svg new file mode 100644 index 0000000..531a381 --- /dev/null +++ b/projects/FrontendMentor/junior/github-user-search-app/starter-code/assets/icon-search.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/projects/FrontendMentor/junior/github-user-search-app/starter-code/assets/icon-sun.svg b/projects/FrontendMentor/junior/github-user-search-app/starter-code/assets/icon-sun.svg new file mode 100644 index 0000000..e50c926 --- /dev/null +++ b/projects/FrontendMentor/junior/github-user-search-app/starter-code/assets/icon-sun.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/projects/FrontendMentor/junior/github-user-search-app/starter-code/assets/icon-twitter.svg b/projects/FrontendMentor/junior/github-user-search-app/starter-code/assets/icon-twitter.svg new file mode 100644 index 0000000..ba8110f --- /dev/null +++ b/projects/FrontendMentor/junior/github-user-search-app/starter-code/assets/icon-twitter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/projects/FrontendMentor/junior/github-user-search-app/starter-code/assets/icon-website.svg b/projects/FrontendMentor/junior/github-user-search-app/starter-code/assets/icon-website.svg new file mode 100644 index 0000000..809b9bf --- /dev/null +++ b/projects/FrontendMentor/junior/github-user-search-app/starter-code/assets/icon-website.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/projects/FrontendMentor/junior/github-user-search-app/starter-code/index.html b/projects/FrontendMentor/junior/github-user-search-app/starter-code/index.html new file mode 100644 index 0000000..bbe4f1a --- /dev/null +++ b/projects/FrontendMentor/junior/github-user-search-app/starter-code/index.html @@ -0,0 +1,28 @@ + + + + + + + + + Frontend Mentor | GitHub user search app + + + + devfinder + + Light + Dark + + Search GitHub username... + Search + + Joined + + Repos + Followers + Following + + + \ No newline at end of file