Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/irfiacre/driver-hub_web
- Owner: irfiacre
- License: mit
- Created: 2024-06-03T09:29:06.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-29T18:41:01.000Z (3 months ago)
- Last Synced: 2024-08-29T20:57:45.542Z (3 months ago)
- Topics: firebase, react, reactjs
- Language: TypeScript
- Homepage: https://driverhub.netlify.app/
- Size: 1.71 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.