Skip to content

Ayush7403/TalentHunt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TalentHunt - Job Portal Web App

TalentHunt Logo

TalentHunt is a full-stack job portal web application where users can search and apply for jobs, while companies can post job openings and manage applications.


🔗 Live Demo

Visit Deployed App


🚀 Features

  • 🧑 User authentication (Login, Register, Logout)
  • 🔒 Role-based access (Admin, Company, Job Seeker)
  • 📝 Job listings and applications
  • 📤 Resume upload and cloud storage via Cloudinary
  • 🧑‍💼 Company job management (Post/Edit/Delete jobs)
  • 📄 Profile editing with bio, skills, and resume
  • 📊 Admin panel for managing companies and jobs

🛠️ Tech Stack

Frontend:

  • React + Vite
  • Redux Toolkit
  • Tailwind CSS
  • Shadcn UI
  • React Router

Backend:

  • Node.js + Express
  • MongoDB + Mongoose
  • JWT Authentication
  • Cloudinary for file storage

🏗️ Project Structure

TalentHunt/ ├── Backend/ │ ├── controllers/ │ ├── models/ │ ├── routes/ │ ├── middleware/ │ └── utils/ ├── Frontend/ │ ├── src/ │ │ ├── components/ │ │ ├── redux/ │ │ └── hooks/

🧪 Installation

Clone the repository

git clone https://github.com/Ayush7403/TalentHunt.git cd TalentHunt #Backend Setup

cd Backend npm install npm run dev

#Frontend Setup

bash Copy Edit cd ../Frontend npm install npm run dev

👤 Author Ayush Soni ayushsoni7403@gmail.com

vbnet Copy Edit

📌 To display your logo:

  • Place your logo image inside the public folder (e.g., Frontend/public/logo.png).
  • Make sure the filename and path match the src value in the image tag.

Let me know if you'd like badges, a dark version of the logo, or a GIF demo!

About

TalentHunt is a full-stack web platform that connects skilled individuals with potential employers. Users can register, create profiles, showcase their talents, and engage with recruiters through a modern, responsive interface. Built with Node.js, Express, MongoDB, Passport.js, EJS, and Tailwind CSS.

Topics

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors