| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
TechBlitz is designed to empower developers by providing a comprehensive platform for learning, practicing, and improving technical skills. Unlike traditional coding platforms, we focus on holistic developer growth across various technologies and skill levels, without taking your hours to complete, as well as being a mobile-friendly platform. Complete coding challenges from any device, anywhere.
We love to be transparent with our users, so below are the next features we have planned.
Clone the repository
git clone git@github.com:techblitzdev/TechBlitz.gitInstall dependencies
cd techblitz
pnpm installRun the development server
pnpm run devDocumentation for Supabase coming soon 🚀
StoryBook is used for component development and testing in isolation. Follow these steps to work with StoryBook:
Start the StoryBook development server:
pnpm run storybookCreate story files for components:
Basic story file structure:
import type { Meta, StoryObj } from '@storybook/react';
import { ComponentName } from './ComponentName';
const meta: Meta<typeof ComponentName> = {
title: 'UI/ComponentName',
component: ComponentName,
};
export default meta;
type Story = StoryObj<typeof ComponentName>;
export const Default: Story = {
args: {
// Component props
},
};Best practices:
Build static StoryBook (for deployment):
pnpm run build-storybookWe welcome contributions! Please see our CONTRIBUTING.md for details.
If you have any feedback, please reach out to us at team@techblitz.dev
You can view our security policy here
| Back | FazBrowse Home | New Git URL |