diff --git a/database/frontend/accessibility.json b/database/frontend/accessibility.json index 244dbebc3..6ae12ff29 100644 --- a/database/frontend/accessibility.json +++ b/database/frontend/accessibility.json @@ -20,6 +20,13 @@ "category": "frontend", "subcategory": "accessibility" }, + { + "name": "Design.dev", + "description": "A free toolbox for developers, featuring CSS generators and WCAG Checkers", + "url": "https://design.dev/", + "category": "frontend", + "subcategory": "accessibility" + }, { "name": "Microsoft Inclusive Design Methodology", "description": "An amazing resource for anyone who wants to build more inclusive experiences for everyone.", @@ -27,4 +34,4 @@ "category": "frontend", "subcategory": "accessibility" } -] \ No newline at end of file +] diff --git a/database/mobile/react_native.json b/database/mobile/react_native.json index 110e7783d..7f1e604b4 100644 --- a/database/mobile/react_native.json +++ b/database/mobile/react_native.json @@ -30,5 +30,13 @@ "category": "mobile", "subcategory": "react_native", "language": "english" - } -] \ No newline at end of file + }, + { + "name": "Reactix", + "description": "A free, copy-paste React Native component library with 60+ animated, production-ready UI components built on Expo and Reanimated.", + "url": "https://reacticx.com/", + "category": "mobile", + "subcategory": "react_native" + "language": "english" + }, +]