Skip to content

Commit

Permalink
Auto updating db and README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Anka authored and Anka committed Sep 3, 2024
1 parent 65e0783 commit e620ed3
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 7 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -969,6 +969,7 @@
<img src="https://www.google.com/s2/favicons?domain=https://levelup.video&sz=128" width="16" /> | [Level Up Tutorials](https://levelup.video) | Learn modern web development with Level Up Tutorials. We teach you the latest web technologies, frameworks, and libraries. | |
<img src="https://www.google.com/s2/favicons?domain=https://www.linkedin.com/learning&sz=128" width="16" /> | [LinkedIn Learning](https://www.linkedin.com/learning) | Learn business, creative, and technology skills to achieve your personal and professional goals. Join LinkedIn Learning today to get access to thousands of courses. | |
<img src="https://www.google.com/s2/favicons?domain=https://mastery.games/&sz=128" width="16" /> | [Mastery Games](https://mastery.games/) | Learn frontend development through play, repetition, and sleep. Each game builds up your skills from the ground up using the educational process of scaffolding. You learn one new concept at a time, an... | |
<img src="https://www.google.com/s2/favicons?domain=https://nextradar.dev&sz=128" width="16" /> | [Nextradar](https://nextradar.dev) | Navigate the Next.js Ecosystem with ease. Stay up to date with the latest Next.js tools and resources. | Nextjs, React, Vercel |
<img src="https://www.google.com/s2/favicons?domain=https://www.patterns.dev/&sz=128" width="16" /> | [Patterns.dev](https://www.patterns.dev/) | Patterns.dev is a free book on design patterns and component patterns for building powerful web apps with vanilla JavaScript and React. | design patterns, component patterns, javascript, react, web development |
<img src="https://www.google.com/s2/favicons?domain=https://www.pluralsight.com/&sz=128" width="16" /> | [Pluralsight](https://www.pluralsight.com/) | Build your IT toolkit with the skills you need to excel in your job, including security best practices, server infrastructure and virtualization. Explore our IT courses now. | |
<img src="https://www.google.com/s2/favicons?domain=https://www.programiz.com/&sz=128" width="16" /> | [Programiz](https://www.programiz.com/) | Learn to code in Python, C/C++, Java, and other popular programming languages with our easy to follow tutorials, examples, online compiler and references. | |
Expand Down Expand Up @@ -1372,6 +1373,7 @@
<img src="https://www.google.com/s2/favicons?domain=https://morrisjs.github.io/morris.js/&sz=128" width="16" /> | [morris.js](https://morrisjs.github.io/morris.js/) | Morris.js is the library that powers the graphs on http://howmanyleft.co.uk/. It's a very simple API for drawing line, bar, area and donut charts. | |
<img src="https://www.google.com/s2/favicons?domain=https://n3-charts.github.io/line-chart/#/home&sz=128" width="16" /> | [n3-charts](https://n3-charts.github.io/line-chart/#/home) | Awesome charts for Angular. | |
<img src="https://www.google.com/s2/favicons?domain=https://nextjs.org/&sz=128" width="16" /> | [Next.js](https://nextjs.org/) | Production grade React applications that scale. The world’s leading companies use Next.js by Vercel to build static and dynamic websites and web applications. | |
<img src="https://www.google.com/s2/favicons?domain=https://nextradar.dev&sz=128" width="16" /> | [Nextradar](https://nextradar.dev) | Navigate the Next.js Ecosystem with ease. Stay up to date with the latest Next.js tools and resources. | Nextjs, React, Vercel |
<img src="https://www.google.com/s2/favicons?domain=https://nextui.org&sz=128" width="16" /> | [NextUI](https://nextui.org) | Beautiful, fast, modern React UI Library | next, ui, nextui, library |
<img src="https://www.google.com/s2/favicons?domain=https://notepad-plus-plus.org/&sz=128" width="16" /> | [Notepad++](https://notepad-plus-plus.org/) | Notepad++ is a text and source code editor for use with Microsoft Windows. It supports tabbed editing, which allows working with multiple open files in a single window. | |
<img src="https://www.google.com/s2/favicons?domain=https://onsen.io/&sz=128" width="16" /> | [Onsen UI](https://onsen.io/) | Make beautiful hybrid mobile apps using HTML5, CSS and JavaScript. Works with or without any framework including Angular, Meteor, React and Vue. iOS and Android. | |
Expand Down
16 changes: 15 additions & 1 deletion db/resources.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"count": 906,
"count": 907,
"data": [
{
"name": "1001 Fonts",
Expand Down Expand Up @@ -6440,6 +6440,20 @@
"description": "Production grade React applications that scale. The world’s leading companies use Next.js by Vercel to build static and dynamic websites and web applications.",
"url": "https://nextjs.org/"
},
{
"name": "Nextradar",
"description": "Navigate the Next.js Ecosystem with ease. Stay up to date with the latest Next.js tools and resources.",
"categories": [
"Learn",
"Programming"
],
"url": "https://nextradar.dev",
"keywords": [
"Nextjs",
"React",
"Vercel"
]
},
{
"name": "NextUI",
"description": "Beautiful, fast, modern React UI Library",
Expand Down
12 changes: 6 additions & 6 deletions resources/n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ export const resources: Resource[] = [
url: 'https://nextjs.org/',
},
{
name: 'Nextradar',
description:
'Navigate the Next.js Ecosystem with ease. Stay up to date with the latest Next.js tools and resources.',
categories: ['Learn', 'Programming'],
url: 'https://nextradar.dev',
keywords: ['Nextjs','React', 'Vercel'],
name: 'Nextradar',
description:
'Navigate the Next.js Ecosystem with ease. Stay up to date with the latest Next.js tools and resources.',
categories: ['Learn', 'Programming'],
url: 'https://nextradar.dev',
keywords: ['Nextjs', 'React', 'Vercel'],
},
{
name: 'NextUI',
Expand Down

0 comments on commit e620ed3

Please sign in to comment.