An open API service indexing awesome lists of open source software.

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

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.

![Dashboard Preview](/public/dashboard.png)

## 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/)