Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: added VueJs desc in CategoryDescriptions.ts #2606

Merged
merged 1 commit into from
Dec 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions components/TopBar/CategoryDescriptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ const categoryDescriptions: CategoryDescriptions = {
'JavaScript chart libraries are used to create interactive and visually appealing charts and graphs for web applications. They are often used in data visualization and reporting applications.',
angular:
'Angular is a popular open-source web application framework similar to react developed and maintained by Google. ',
vue_js:
'Vue.js provides a flexible foundation for building user interfaces with JavaScript. Its gentle learning curve makes it easy to get started, while its robust architecture supports the development of complex, large-scale applications.',
//backend
api: 'Interfaces that allow different software applications to communicate and share data with one another.',
architecture:
Expand Down
Loading