JobListingReact is a user-friendly job listing application built with React.js. This project allows users to browse, view, and manage job postings seamlessly. It features a modern interface and provides essential functionalities for job seekers and employers alike.
- Job Browsing: Users can view a comprehensive list of job postings with details such as job title, type, location, salary, and company information.
- Job Details Page: Each job listing has a dedicated page that provides an in-depth description, salary information, and company details.
- Responsive Design: The application is fully responsive, ensuring a great user experience on both desktop and mobile devices.
- Job Management: Employers can edit and delete job postings, with confirmation prompts to prevent accidental deletions.
- Toast Notifications: Users receive feedback via toast notifications for successful actions, such as job deletions.
- React.js: The core library for building the user interface.
- React Router: For navigation and routing between different components.
- React Icons: To enhance the UI with icons for a modern look.
- Tailwind CSS: For styling and responsive design.
- Toastify: To display toast notifications for user interactions.
- JSON Server: Provides a mock backend for making API calls using a
jobs.jsonfile.
Make sure you have Node.js and npm installed on your machine.
- Clone the repository:
git clone https://github.com/yourusername/JobListingReact.git
- Navigate to the project directory:
cd React-Jobs - Install the dependencies:
npm install
- Start the JSON server
npm run server
- Start the development server
npm start