Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/irfiacre/driver-hub_web

This is a recruitment web application intended mainly as a comprehensive platform to efficiently manage both submitted applications and individual onboarding plans for drivers.
https://github.com/irfiacre/driver-hub_web

firebase react reactjs

Last synced: 8 days ago
JSON representation

This is a recruitment web application intended mainly as a comprehensive platform to efficiently manage both submitted applications and individual onboarding plans for drivers.

Awesome Lists containing this project

README

        

## Driver Hub

This is a recruitment web application intended mainly as a comprehensive platform to efficiently manage both submitted applications and individual onboarding plans for drivers.

##### Project Status:

[![Netlify Status](https://api.netlify.com/api/v1/badges/bf035d38-e671-489d-8e86-4314d37cab0e/deploy-status)](https://app.netlify.com/sites/driverhub/deploys)

#### Getting Started

First Clone this [repository](https://github.com/irfiacre/driver-hub_web.git), then run these commands:

```bash
# Navigate to cloned repo
cd driver-hub_web

# Install project dependencies
npm install

# Run deployment server
npm run dev
```

or use this all in one command:

```bash
# After cloning the repo
cd driver-hub_web && npm install && npm run dev
```

Then Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

#### Features

1. Authentication.
2. Application, Onboarding, and Courses Management.
3. Feedback reception and provision.
4. Chatting.
5. Dashboard

### Contribute

> If you want to contribute to this project, You are welcome to submit a PR.