Job Board Dashboard is a responsive web application that allows users to browse remote job listings, view detailed job descriptions, and save jobs for later. The project demonstrates real-world frontend development skills using HTML, Tailwind CSS, and JavaScript.
- Fetches live job data from a public API
- Search jobs by title
- View detailed job information in a modal popup
- Save and remove jobs from favorites
- Persistent saved jobs using localStorage
- Toast notifications for user actions
- Responsive UI built with Tailwind CSS
- HTML5
- Tailwind CSS
- JavaScript (ES6+)
- Fetch API
- localStorage