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.
This project uses JSON-Server for a mock backend.
npm i react-router-dom
npm i react-icons
npm i react-toastify
npm i react-spinners
The server will run on http://localhost:8000
npm run server
React will run on http://localhost:5173
npm run dev
npm run build
npm run preview