Skip to content

Users can view job vacancies, add them, and remove them.

Notifications You must be signed in to change notification settings

Adkham63/ReactJobsEditor

Repository files navigation

React Jobs Project (Job Editor)

This is the jobs listing project from the YouTube crash course by Brad Traversy. However, it only works on localhost, so the user should download the file or clone it then use it.

Usage

This project uses JSON-Server for a mock backend.

Install Dependencies

npm i react-router-dom
npm i react-icons
npm i react-toastify
npm i react-spinners

Run JSON Server

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

npm run server

Run Vite Frontend

React will run on http://localhost:5173

npm run dev

Build for Production

npm run build

Preview Production Build

npm run preview

About

Users can view job vacancies, add them, and remove them.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published