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

https://github.com/dlomas26/hiresphere

HireSphere is a Job Portal App built with the help of MERN stack (MongoDB, Express.js, React.js, Node.js)
https://github.com/dlomas26/hiresphere

job-portal mern-stack mongodb project react

Last synced: 11 months ago
JSON representation

HireSphere is a Job Portal App built with the help of MERN stack (MongoDB, Express.js, React.js, Node.js)

Awesome Lists containing this project

README

          

Under development phase

# 🔥 HireSphere - Next-Gen Recruitment Platform

![HireSphere Banner](https://via.placeholder.com/1200x400?text=HireSphere+Recruitment+Platform)

**Revolutionizing the way companies find talent and candidates find opportunities**

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
![GitHub stars](https://img.shields.io/github/stars/dLomas26/HireSphere?style=social)
![GitHub forks](https://img.shields.io/github/forks/dLomas26/HireSphere?style=social)

## 🌟 Features

### For Employers
- 📊 Advanced analytics dashboard
- 💼 Customizable job posting templates
- 🔍 Smart candidate search filters
- 🤖 Automated interview scheduling

### For Job Seekers
- 🎯 Personalized job recommendations
- 📝 Smart resume builder
- 🔔 Real-time application tracking
- 🏆 Skill assessment tools
- 💬 Direct messaging with employers

## 🛠️ Tech Stack

| Category | Technologies |
|-----------------|-----------------------------------------------------------------------------|
| **Frontend** | React.js, Redux, Tailwind CSS, Chart.js, Formik |
| **Backend** | Node.js, Express.js, MongoDB, Mongoose |

## 📸 Screenshots

| Employer Dashboard | Candidate Profile |
|--------------------|-------------------|
| ![Employer View](https://via.placeholder.com/400x250?text=Employer+Dashboard) | ![Candidate View](https://via.placeholder.com/400x250?text=Candidate+Profile) |

## 🚀 Getting Started

### Prerequisites
- Node.js (v16+)
- MongoDB (v5+)

### Installation
```bash
# Clone the repository
git clone https://github.com/dLomas26/HireSphere.git

# Install dependencies
cd HireSphere
npm install

# Set up environment variables
cp .env.example .env

# Start development server
npm run dev