Skip to content

StefanDimitrov04/React-Jobs

Repository files navigation

React JS Jobs Project

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.

screen

Usage

This project uses JSON-Server for a mock backend.

Install Dependencies

npm install

Run JSON Server

The server will run on http://localhost:8000 npm run server

Run Vite Frontend

React will run on http://localhost:5174 npm run dev