https://github.com/anchaldevbytes/static-dashboard
Assignment for Shoshin Tech
https://github.com/anchaldevbytes/static-dashboard
Last synced: 8 months ago
JSON representation
Assignment for Shoshin Tech
- Host: GitHub
- URL: https://github.com/anchaldevbytes/static-dashboard
- Owner: AnchalDevBytes
- Created: 2025-01-09T05:27:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-09T05:55:18.000Z (over 1 year ago)
- Last Synced: 2025-03-05T14:24:28.733Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://static-dashboard-peach.vercel.app
- Size: 231 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vasitum HR Dashboard
A modern and responsive HR dashboard built with Next.js, Tailwind CSS, and shadcn/ui components.

## Features
- Fully responsive design (Mobile, Tablet, Desktop)
- Interactive charts and statistics
- Modern UI with shadcn/ui components
- HR management features:
- Employee statistics
- Job openings tracker
- Recruitment pipeline
- Team announcements
- Activity monitoring
- Schedule management
## Tech Stack
- **Framework:** Next.js 14
- **Styling:** Tailwind CSS
- **Components:** shadcn/ui
- **Charts:** Recharts
- **Icons:** react-icons
## Key Components
- **StatsCard**: Display key metrics with titles and subtitles
- **TrendCard**: Show trends with interactive line charts
- **AnnouncementCard**: List company announcements
- **ActivityCard**: Track recent activities
- **ScheduleCard**: Manage upcoming events
## Getting Started
1. Clone the repository:
```bash
git clone https://github.com/AnchalDevBytes/static-dashboard.git
```
2. Install dependencies:
```bash
npm install
```
3. Run the development server:
```bash
npm run dev
```
4. Open [http://localhost:3000](http://localhost:3000) in your browser.
## Deployment
Deployed on Vercel: [Live Dashboard](https://static-dashboard-peach.vercel.app/)