Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
#Challenge: Create a Sign In and Sign Up System - Participants must ensure the layout is built accurately with respect to spacing, size, colors, fonts, and effects, matching the design ##Application Pages (The order in which the pages will be done) - Home ###Technologies Used - HTML - SCSS (Variables, Mixins, Nesting, @extend) - BEM structured naming method - JavaScript (ES6): For API integration and handling user interactions - Fetch API: For making HTTP requests to the server ####Challenge Requirement - Search for GitHub users by their username - See relevant user information based on their search - Switch between light and dark themes - View the optimal layout for the app depending on their device's screen size - See hover states for all interactive elements on the page #####Link Design Prefer - https://carvalhovincent.github.io/GitHub-user-search-app/ ######Link API - https://api.github.com/users/${username}