Skip to content

Commit 07db29d

Browse files
authored
Updated README.md
1 parent 4a63ae2 commit 07db29d

16 files changed

Lines changed: 183 additions & 795 deletions

.github/workflows/jekyll-gh-pages.yml

Lines changed: 0 additions & 51 deletions
This file was deleted.

.nojekyll

Whitespace-only changes.

.prettierrc.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

.vscode/settings.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

404.html

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<title>CodeHubX</title>
6+
<script type="text/javascript">
7+
var pathSegmentsToKeep = 1;
8+
var l = window.location;
9+
l.replace(
10+
l.protocol + '//' + l.hostname + (l.port ? ':' + l.port : '') +
11+
l.pathname.split('/').slice(0, 1 + pathSegmentsToKeep).join('/') + '/?/' +
12+
l.pathname.slice(1).split('/').slice(pathSegmentsToKeep).join('/').replace(/&/g, '~and~') +
13+
(l.search ? '&' + l.search.slice(1).replace(/&/g, '~and~') : '') +
14+
l.hash
15+
);
16+
</script>
17+
</head>
18+
<body>
19+
</body>
20+
</html>

README.md

Lines changed: 39 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,43 @@
1-
# Overview
2-
## Introduction
1+
# CodeHubX
32

4-
The repository [**CodehubX**](https://github.com/SIDDHU123M/CodehubX) is a curated collection of diverse resources for developers, students, and tech enthusiasts. It features an extensive range of websites and tools, categorized into multiple sections for easy navigation. Whether you're interested in AI, entertainment, cybersecurity, or even creating a fake identity, CodehubX offers valuable tools and resources to enhance your journey.
3+
[![Live Site](https://img.shields.io/badge/Live-Site-success)](https://siddhu123m.github.io/CodehubX/)
4+
[![Built with React](https://img.shields.io/badge/Built%20with-React-blue)](https://reactjs.org/)
5+
[![Powered by Vite](https://img.shields.io/badge/Powered%20by-Vite-646CFF)](https://vitejs.dev/)
6+
7+
A modern, professional web application built with React and Vite that provides a curated collection of diverse resources for developers, students, and tech enthusiasts. It features an extensive range of websites and tools, categorized into multiple sections for easy navigation.
8+
9+
## Features
10+
11+
- **Modern React Architecture** - Built with React 19 and TypeScript for type safety and better development experience
12+
- **Fast Performance** - Powered by Vite for lightning-fast development and optimized production builds
13+
- **Responsive Design** - Fully responsive layout that works seamlessly on desktop, tablet, and mobile devices
14+
- **Dark Mode** - Built-in dark mode support with theme persistence
15+
- **Smart Navigation** - Sidebar navigation with active state indicators and mobile-friendly menu
16+
- **Scroll Spy** - Automatic section highlighting based on scroll position
17+
- **Markdown Support** - Dynamic content loading from markdown files with syntax highlighting
18+
- **Code Splitting** - Optimized bundle splitting for faster initial load times
19+
- **SEO Optimized** - Proper meta tags and Open Graph support for better search engine visibility
20+
21+
## Technology Stack
22+
23+
- **React 19** - Modern UI library with latest features
24+
- **TypeScript** - Type-safe development
25+
- **Vite** - Next-generation build tool
26+
- **React Router** - Client-side routing
27+
- **React Markdown** - Markdown rendering with GitHub Flavored Markdown support
28+
- **Rehype & Remark** - Markdown processing and syntax highlighting
29+
30+
## Project Structure
31+
32+
```
33+
CodehubX/
34+
├── assets/ # Compiled JavaScript and CSS bundles
35+
├── data/ # Markdown content files
36+
├── 404.html # GitHub Pages SPA routing support
37+
└── index.html # Main entry point
38+
```
39+
40+
## Categories
541

642
Explore various categories, each containing carefully selected websites with detailed descriptions, ensuring you can easily find what you need.
743

_config.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

assets/index-B6XN854e.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)