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

https://github.com/asifrahaman13/hirego_frontend

This is the front end repository of the hirego application. The application is an end to end application for company to mange their employees in their entire lifecycle throughout their contract.
https://github.com/asifrahaman13/hirego_frontend

backend frontend nextjs

Last synced: 2 months ago
JSON representation

This is the front end repository of the hirego application. The application is an end to end application for company to mange their employees in their entire lifecycle throughout their contract.

Awesome Lists containing this project

README

          

## Hirego

Clone the repository:

```bash
git clone https://github.com/asifrahaman13/hirego_frontend.git
```

Next run the development server:

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```