This React project is a Job Management Application that allows users to perform all CRUD (Create, Read, Update, Delete) operations on job listings. The application provides an intuitive interface for users to add new job postings, edit existing ones, delete jobs, and browse through the list of available job opportunities.
This project uses JSON-Server for a mock backend.
npm install
The server will run on http://localhost:8000 npm run server
React will run on http://localhost:5174 npm run dev