Skip to content

Latest commit

Β 

History

History
49 lines (33 loc) Β· 906 Bytes

File metadata and controls

49 lines (33 loc) Β· 906 Bytes

job site with React

job-site-react.mp4

Feature ⭐ :

  • Modren Design 🎨
  • Job Listing
  • Add New Job βž•
  • Delete Job βœ…
  • Add Company Details πŸ“
  • Fast Loadiing Components ⚑
  • Loding Spinner when Fetching Data

Important

online version will not add or delete cz the backend json serever dosen't allawo it you need to self host the site or change the env api to your api

to-do

  • add login
  • add dark theme βœ…

how to make add and delete works locally πŸ‘‡ ?

  • download the project
git clone https://github.com/x0d7x/react-job.git
  • download json server
npm i json-server
  • run the db.json file via json-server
npx json-server db.json
  • change the VITE_BACKEND value in env.local file to json server url running locally

  • run the project

npm run dev