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)
- Host: GitHub
- URL: https://github.com/dlomas26/hiresphere
- Owner: dLomas26
- Created: 2025-04-30T07:20:37.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-05T10:40:44.000Z (about 1 year ago)
- Last Synced: 2025-06-24T18:49:47.683Z (12 months ago)
- Topics: job-portal, mern-stack, mongodb, project, react
- Language: JavaScript
- Homepage: https://github.com/dLomas26/HireSphere
- Size: 4.56 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Under development phase
# 🔥 HireSphere - Next-Gen Recruitment Platform

**Revolutionizing the way companies find talent and candidates find opportunities**
[](https://opensource.org/licenses/MIT)


## 🌟 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 |
|--------------------|-------------------|
|  |  |
## 🚀 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