diff --git a/content/roadmaps/100-frontend/content/114-css-frameworks/114-js-first/101-chakra-ui.md b/content/roadmaps/100-frontend/content/114-css-frameworks/114-js-first/101-chakra-ui.md
index 472306399..733a58063 100644
--- a/content/roadmaps/100-frontend/content/114-css-frameworks/114-js-first/101-chakra-ui.md
+++ b/content/roadmaps/100-frontend/content/114-css-frameworks/114-js-first/101-chakra-ui.md
@@ -1 +1,12 @@
-# Chakra ui
\ No newline at end of file
+# Chakra UI
+
+Chakra UI is a simple, modular and accessible component library that gives you the building blocks you need to build your React applications.
+
+Free Content
+Chakra UI Website
+Chakra UI Official Getting Started
+Build a Modern User Interface with Chakra UI
+
+Official Getting Started Video
+Chakra UI Crash Course
+Why You Should Start Using Chakra UI
diff --git a/content/roadmaps/100-frontend/content/115-testing-your-apps/100-jest.md b/content/roadmaps/100-frontend/content/115-testing-your-apps/100-jest.md
index 535d60df1..593951e38 100644
--- a/content/roadmaps/100-frontend/content/115-testing-your-apps/100-jest.md
+++ b/content/roadmaps/100-frontend/content/115-testing-your-apps/100-jest.md
@@ -1 +1,6 @@
-# Jest
\ No newline at end of file
+# Jest
+Jest is a delightful JavaScript Testing Framework with a focus on simplicity.
+It works with projects using: Babel, TypeScript, Node, React, Angular, Vue and more!
+
+Free Content
+Jest Website