Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mohit-s96/react-job-portal-dashboard
Recruiter dashboard for a job portal website in react
https://github.com/mohit-s96/react-job-portal-dashboard
authentication firebase job-portal react redux
Last synced: 19 days ago
JSON representation
Recruiter dashboard for a job portal website in react
- Host: GitHub
- URL: https://github.com/mohit-s96/react-job-portal-dashboard
- Owner: mohit-s96
- Created: 2020-10-15T13:18:10.000Z (about 4 years ago)
- Default Branch: backup
- Last Pushed: 2023-10-16T19:25:33.000Z (about 1 year ago)
- Last Synced: 2023-10-17T08:51:47.301Z (about 1 year ago)
- Topics: authentication, firebase, job-portal, react, redux
- Language: JavaScript
- Homepage: https://bestjobs-a6f12.web.app/
- Size: 303 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UNMAINTAINED PUBLIC ARCHIVE
I made this project when I had a total of 2 months experience with webdev. please stop starring this thank you. you can check out this instead https://github.com/mohit-s96/blog.---
Check out the live version here [Best Jobs](https://bestjobs-a6f12.web.app/).
## About
Recruiter dashboard for a job portal website in react. Allows recruiter authentication and job postungs.
## Backend
I used firebase's admin SDK to get up and running with a backend service.
### Current Features
- [x] Authentication
- [x] Create Job post
- [x] Edit posts
- [x] Search jobs with skills
- [x] Add or remove skills required
- [x] Autocomplete search results
- [x] View a detailed version for every job post
- [x] Authentication based access to all features
## Firebase
This app is powered by Firebase utilizing service for Authentication, Database, Storage and Functions.
## Components
Most components are fully functional independently. Mock data using JSON server would get them running.
## Build and run
### `npm install`
Installs all the dependencies
### `npm start`
To launch the webpack dev server if you have a data endpoint setup
## What platform does it work on?
As of now, only desktops/laptops or slightly bigger screens. I plan on adding the styling for mobile in the future.
## What features/functionalities I would like to add ?
- [ ] Job applicant dashboard and features that come with it.
- [ ] Improved Design