
Job Portal Website using React.Js
Job Hunt is an innovative job portal web application designed to streamline the job searching process. Built with ReactJS, this platform aims to provide users with a seamless experience while they explore various job opportunities and manage their applications. By utilizing local storage for data retention and offering an intuitive user interface, Job Hunt makes it easy to navigate through job listings.
With its user-friendly features, Job Hunt not only allows users to view job details from a featured job section but also enables them to apply for their preferred positions. After applying, users can conveniently track their applications in the Applied Jobs section, making the job hunt more organized and efficient.

HTML templates are pre-designed and pre-built web pages that can be customized and used as a basis for building websites. They often include common elements such as headers, footers, menus, and content sections, and can be easily edited using HTML and CSS to fit specific branding and content needs.
React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components
Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects
Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.
daisyUI adds classes to Tailwind CSS for all common UI components. Classes like btn, card, etc. This allows us to focus on important things instead of making basic elements for every project.
PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.
Recharts is a powerful and easy-to-use React library for building customizable and interactive charts. Built on D3.js, it offers a wide range of pre-built chart types, such as line, bar, pie, and scatter charts, all of which can be composed with a declarative syntax.