HR Tech Management System
Welcome to the HR Tech Management System! This project aims to streamline various human resources tasks including resume filtering, automatic response generation using the Llama API, monitoring actions with the GitHub API, and managing employee expenses.
Features
- Resume Filtering: Easily filter through resumes to find the best candidates for your job postings.
- Automatic Response Generation: Utilize the power of the Llama API to automatically generate responses to candidate applications, saving time and effort.
- GitHub API Integration: Monitor actions and track changes within your HR system using the GitHub API.
- Employee Expense Management: Efficiently manage and track employee expenses within the system.
Tech Stack
- TypeScript: Utilize TypeScript for type safety and enhanced developer experience.
- TailwindCSS: Use TailwindCSS for rapid UI development with utility-first CSS.
- Svelte: Harness the power of Svelte for building reactive and efficient user interfaces.
Getting Started
To get started with the HR Tech Management System, follow these steps:
- Clone the repository:
git clone https://github.com/WhyAsh5114/hr-tech
- Navigate to the project directory:
cd hr-tech
- Install dependencies:
npm install
- Set up configuration files for APIs (Llama API, GitHub API).
- Start the development server:
npm run dev
- Open your browser and navigate to
http://localhost:5173
to view the application.