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

https://github.com/nazmulhasannahin/workwave-frontend

WorkWave is a job portal that connects job seekers with employers. Users can search and filter job listings, apply with resumes, and receive email notifications. Employers can post jobs and manage their listings via a user-friendly dashboard. Built with HTML, CSS (Tailwind), and JavaScript, it integrates seamlessly with a Django backend.
https://github.com/nazmulhasannahin/workwave-frontend

css3 django django-rest-framework html5 javascript netlify postgresql tailwindcss vercel-deployment

Last synced: 3 months ago
JSON representation

WorkWave is a job portal that connects job seekers with employers. Users can search and filter job listings, apply with resumes, and receive email notifications. Employers can post jobs and manage their listings via a user-friendly dashboard. Built with HTML, CSS (Tailwind), and JavaScript, it integrates seamlessly with a Django backend.

Awesome Lists containing this project

README

          

# WorkWave Frontend

## Table of Contents
- [Introduction](#introduction)
- [Features](#features)
- [Technologies Used](#technologies-used)
- [Backend Details](#backend-details)

## Introduction
**WorkWave** is an ultimate job portal site that connects job seekers with employers. Users can easily find jobs, while employers can post job openings. Both parties have access to their own dashboards, allowing them to manage their profiles and activities efficiently.

### Key Features:
- Users can filter and search for jobs by name, category, and other criteria.
- Job seekers can apply for jobs by submitting their resumes.
- Both users receive email notifications when a job application is submitted or when a job is hired.
- Users can update their profiles to keep their information current.

## Features
- User authentication and profile management
- Job posting and application functionalities
- Comprehensive dashboard for job seekers and employers
- Advanced filtering and searching options for jobs
- Email notifications for job applications and hiring events

## Technologies Used
- **HTML5**: For structuring web content.
- **CSS3**: For styling and layout.
- **Tailwind CSS**: For responsive design and utility-first styling.
- **JavaScript**: For dynamic interactivity.

## Backend Details
The backend for **WorkWave** is developed using **Django** and **Django REST Framework (DRF)**, with **PostgreSQL** as the database.

You can find the backend repository [here](https://github.com/NazmulHasanNahin/workwave-api).