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 ✅
- 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