A frontend for a job listing application built using React, and Tailwind CSS. This project uses the JSON Server library to mock a REST API as the backend.
To set up the project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/yourusername/React-jobs.git cd React-jobs
-
Install dependencies:
npm install
-
Start the JSON Server:
npx json-server --watch db.json --port 8000
-
Start the development server:
npm run dev
After starting the development server, you can view the job listings by navigating to http://localhost:3000
in your browser. The JSON Server will be running on http://localhost:8000
, mocking a REST API that serves the job data.
- View a list of available jobs
- Filter jobs by category, location, or company
- Create, edit, and delete job listings
- Responsive design optimized for different screen sizes
- Frontend: JavaScript, React, Tailwind CSS
- Mock Backend: JSON Server