diff --git a/docs/index.mdx b/docs/index.mdx index 6d2bdb2..38f2c0e 100644 --- a/docs/index.mdx +++ b/docs/index.mdx @@ -1,48 +1,115 @@ --- -title: Welcome to CodeHarborHub +title: CodeHarborHub Tutorials +hide_table_of_contents: false sidebar_position: 1 slug: / --- -Hello, and welcome to CodeHarborHub! Our mission is to provide accessible and comprehensive educational resources to learners of all levels, from beginners to advanced professionals. Whether you're looking to kickstart your career in web development, master a new programming language, or stay updated on the latest tech trends, we've got you covered. +
+Learn the building blocks of the web — HTML. Understand tags, attributes, forms, and layout fundamentals to create structured webpages.
+Master styling with CSS. Learn Flexbox, Grid, animations, and responsive design techniques for beautiful interfaces.
+From basics to advanced — learn JavaScript programming, DOM manipulation, and ES6+ features to bring interactivity to your projects.
+Dive into React and learn how to build modern single-page applications with reusable components and hooks.
+Learn backend development using Node.js and Express. Build RESTful APIs and integrate with databases like MongoDB.
+Get started with Python programming. Learn syntax, data structures, and how to build automation scripts or web apps.
+Understand version control, branching, and collaboration with Git and GitHub for open-source development.
+Build responsive UIs faster with Tailwind CSS. Learn utility-first styling and advanced customization.
+Enhance your JavaScript with static typing. Learn TypeScript to write scalable and maintainable applications.
+Learn server-side rendering and static site generation with Next.js — the React framework for production-ready apps.
+Learn NoSQL database concepts with MongoDB. Store, query, and manage data efficiently for modern applications.
+Explore artificial intelligence, machine learning, and neural networks with beginner-friendly examples.
++ {props.children} +
+