Skip to content

Angle-HR/client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Angle HR Web

Open-source frontend for Angle HR, built with Next.js, React, TypeScript, and Tailwind CSS.

Stack

  • Framework: Next.js 16 (App Router)
  • UI: React 19, Tailwind CSS 4
  • Language: TypeScript (strict)

Prerequisites

Local setup

npm install

Copy environment variables (see .env.example):

cp .env.example .env.local
# Edit .env.local with your values

Start the dev server:

npm run dev
# or: make dev

Open http://localhost:3000.

Code quality

Scripts

Command Description
npm run dev Development server
npm run build Production build
npm run start Start production server
npm run lint ESLint
npm run format Format with Prettier
npm run format:check Check formatting
npm run typecheck TypeScript (tsc --noEmit)
npm run test Unit tests (Vitest, watch)
npm run test:ci Unit tests (CI, single run)

See Makefile for shortcuts (make lint, make test, make check, etc.).

Contributing

We welcome contributions. Please read CONTRIBUTING.md and CODE_OF_CONDUCT.md before opening a pull request.

Security

To report a vulnerability privately, see SECURITY.md.

Support

For questions and help, see SUPPORT.md.

License

This project is licensed under the terms in LICENSE.

Demo and screenshots

  • Live demo: TBD — add Vercel preview or production URL when available.
  • Screenshots: TBD — add key UI screenshots for contributors.

Maintainer setup (GitHub)

After creating the repository:

  • Enable Discussions for community Q&A.
  • Add repository topics, for example: nextjs, typescript, open-source, hiring, hr-platform.
  • Set a short description and website URL (e.g. Vercel deployment).
  • Ensure Dependabot is enabled (configured via .github/dependabot.yml).

About

No description, website, or topics provided.

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages