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: 5 months 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-01T14:24:51.000Z (almost 2 years ago)
- Last Synced: 2025-04-23T02:36:49.683Z (about 1 year 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:
[](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.