genshin-api-tutorial
Repo to accompany the tutorial series for Web Dev Newbies (by lyqht)
css.gg
700+ Pure CSS, SVG & Figma UI Icons, 6000+ glyphs, patterns, colors and layouts. (by astrit)
genshin-api-tutorial | css.gg | |
---|---|---|
1 | 21 | |
4 | 9,805 | |
- | 0.4% | |
0.0 | 6.6 | |
almost 4 years ago | 7 months ago | |
CSS | JavaScript | |
- | GNU General Public License v3.0 or later |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
genshin-api-tutorial
Posts with mentions or reviews of genshin-api-tutorial.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-02-24.
-
How to navigate a web project using the browser inspector and test an open source API with Postman (Part 1)
Have Git installed, then fork the starter kit repository here. The fork button is found at the top right corner.
css.gg
Posts with mentions or reviews of css.gg.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-07-08.
-
17 Free Open-source Icon Libraries (Carefully Curated List, Filterable & Sortable) - Need Feedback
CSS.gg - Pure CSS Icons
-
10+ Best Open Source Icon Libraries in 2024
Website: https://css.gg/
-
Free Icons for your reactjs and web applications
6. css.gg
-
29 Websites For Free Icon Sets
css.gg - A library of more than 500 minimalistic CSS icons, which are customizable and retina-ready.
-
10 FREE SVG Icon Libraries For Front-End Developers
700+ CSS Icons: Pure CSS icons library, Customizable & Retina-Ready built 100% in pure CSS, SVG, SVG Sprite, styled components, Figma, and Adobe XD. Easy integration: Embed, NPM & API.
-
70 Free Resources For Web Designers and Developers
23. css icons
-
Good News!!! Catagories...
// Define and ADD custom CSS const customCSS = ` hr { background-color: #ccc !important; } a.menu-link i { margin-right: 16px; } `; const style = document.createElement("style"); style.type = "text/css"; style.appendChild(document.createTextNode(customCSS)); head.appendChild(style); // Define separator const separator = document.createElement("hr"); separator.setAttribute("width", "80%"); separator.setAttribute("color", "white"); separator.setAttribute("background-color", "white"); separator.setAttribute("height", "1px"); separator.setAttribute("visible", "true"); //Adding links MENU_LINKS.forEach((link) => { if (link.name === "separator") { // Adding separator menuContainer.appendChild(separator.cloneNode()); } else { // Adding link // Manage icon (automatically import if start with gg-*** from https://css.gg) let icon = ""; if (link.icon.startsWith("gg-")) { icon = ``; const ggName = link.icon.replace("gg-", ""); // Inject css in the head const cssLink = document.createElement("link"); cssLink.type = "text/css"; cssLink.rel = "stylesheet"; cssLink.href = `https://css.gg/${ggName}.css`; head.appendChild(cssLink); } else { icon = ``; } // Create link const linkNode = linkTemplate.cloneNode(); linkNode.setAttribute("href", link.url); linkNode.setAttribute("routerLink", link.url); linkNode.setAttribute("target", (link.target || "_self")); linkNode.innerHTML = icon + " " + link.name; // Add link to the menu menuContainer.appendChild(linkNode); } });
- 25 CSS Tools/Resources That You Should Bookmark
-
Web Development Resources series! Part -2
👉 css.gg
- How can I make icons like these using HTML, CSS?
What are some alternatives?
When comparing genshin-api-tutorial and css.gg you can also consider the following projects:
api - A fan-made Genshin Impact API for easy access to game data.
feather - Simply beautiful open-source icons
Stack-Lifecycle-Deployment - OpenSource self-service infrastructure solution that defines and manages the complete lifecycle of resources used and provisioned into a cloud! It is a terraform UI with rest api for terraform and OpenTofu automation
readme.so - An online drag-and-drop editor to easily build READMEs
slant - Beautiful static documentation for your API
tailwind-figma - FlowBite is a free and open-source set of UI components and pages in Figma built for Tailwind CSS