Frontend Hire is an open-source platform dedicated to frontend development resources, including courses, questions, and system design materials.
FRONTEND-HIRE
βββ public
βββ src
β βββ components
β βββ constants
β βββ content
β β βββ authors
β β βββ courses
β β βββ questions
β β βββ system-design
β βββ layouts
β βββ pages
β β βββ authors
β β βββ courses
β β βββ questions
β β βββ system-design
β βββ schema
β βββ scripts
β βββ styles
β βββ types
β βββ utils
βββ config.ts
βββ env.d.ts
public/
: Static assets that are served directly.src/
: Source code of the application.components/
: Reusable UI components.constants/
: Constant values used throughout the application.content/
: Structured content for the platform.authors/
: Information about content creators and contributors.courses/
: Course materials and structures.questions/
: Coding questions and challenges.system-design/
: System design material.
layouts/
: Page layout components.pages/
: Main page components, mirroring the content structure.schema/
: Data schemas for content validation.scripts/
: Utility scripts for development or build processes.styles/
: Global styles and CSS modules.types/
: TypeScript type definitions.utils/
: Utility functions used across the application.
- Fork the repo.
- Clone the repo.
- Run
pnpm install
to install dependencies. - Run
pnpm run dev
to start the development server.
We welcome contributions! Please see our CONTRIBUTING.md for details on how to submit content, report issues, or propose new features.
We are best reached via our Discord server.