Skip to content

Commit

Permalink
chore: added new resources to ui-libraries (#2180)
Browse files Browse the repository at this point in the history
* UI libraries in fronted added

* added description for the UI libraries

* description update for materailui , antdesign, chakraui

* removed os tutorials
  • Loading branch information
hritikbhattacharya authored Nov 13, 2023
1 parent 9f3dd5f commit cf58535
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 7 deletions.
15 changes: 9 additions & 6 deletions components/TopBar/CategoryDescriptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -211,12 +211,15 @@ const categoryDescriptions: CategoryDescriptions = {
'dsa tutorials':
'This section provides you with YouTube tutorials that help you grasp concepts better by hands-on experience and learn better, practically!',

//BlockChain
smartcontracts : 'Smart contracts are self-executing contracts with the terms of the agreement directly written into code. They run on a blockchain network, which is a decentralized and distributed ledger technology. Smart contracts automatically execute and enforce the terms of a contract when predefined conditions are met',
truffle : 'Truffle is a popular development framework for Ethereum blockchain. It provides a development environment, testing framework, and asset pipeline for building decentralized applications (DApps) on the Ethereum platform.',
hardhat : 'Hardhat is another popular development framework for Ethereum smart contracts and decentralized applications (DApps). It provides a wide range of features and tools for Ethereum developers, making the development and testing of smart contracts easier and more efficient.',
ethers : '"Ethers" generally refers to both the native cryptocurrency of the Ethereum network and a popular JavaScript library used for interacting with the Ethereum blockchain.'

//BlockChain
smartcontracts:
'Smart contracts are self-executing contracts with the terms of the agreement directly written into code. They run on a blockchain network, which is a decentralized and distributed ledger technology. Smart contracts automatically execute and enforce the terms of a contract when predefined conditions are met',
truffle:
'Truffle is a popular development framework for Ethereum blockchain. It provides a development environment, testing framework, and asset pipeline for building decentralized applications (DApps) on the Ethereum platform.',
hardhat:
'Hardhat is another popular development framework for Ethereum smart contracts and decentralized applications (DApps). It provides a wide range of features and tools for Ethereum developers, making the development and testing of smart contracts easier and more efficient.',
ethers:
'"Ethers" generally refers to both the native cryptocurrency of the Ethereum network and a popular JavaScript library used for interacting with the Ethereum blockchain.',
}

export default categoryDescriptions
22 changes: 21 additions & 1 deletion database/frontend/ui-libraries.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,26 @@
"description": "Flowbite React is an open-source UI component library built on top of Tailwind CSS with React components and based on the Flowbite Design System.",
"category": "frontend",
"subcategory": "ui-libraries"
},
{
"name": "React Bootstrap",
"url": "https://react-bootstrap.github.io/",
"description": "React Bootstrap is a popular open-source UI library for React that provides a set of pre-designed and customizable components for building responsive web applications. It's known for its seamless integration with React and extensive theming capabilities.",
"category": "frontend",
"subcategory": "ui-libraries"
},
{
"name": "Semantic UI",
"url": "https://semantic-ui.com/",
"description": "Semantic UI is a popular open-source UI component library that provides a set of pre-designed and customizable components for building responsive web applications. It's known for its ease of use and extensive theming capabilities.",
"category": "frontend",
"subcategory": "ui-libraries"
},
{
"name": "Seamless UI",
"url": "https://seamlessui.vercel.app/",
"description": "The next gen UI made with simple HTML and Tailwind CSS. It's compatible with simple HTML, CSS static website or a React, Vue, Angular or Next.js Complex app. Zero JS and no plugins installed.",
"category": "frontend",
"subcategory": "ui-libraries"
}

]

1 comment on commit cf58535

@vercel
Copy link

@vercel vercel bot commented on cf58535 Nov 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.