A simple app where you can post the job of your company and in this app you can also search for the job of your interest, your preferred location, company and with salary.
You can go to anyone of this github links and fork it and you can contirbute to this project
- Deployment Link : https://job-jet-project.vercel.app/
- GitHub repo link :
- It has CRUD operations on posting a job
- Post a job with recruting status
- Search result with location
The screenshot are from builting the app from scratch to end
- npm create vite@latest
- cd job-jet-project
- npm install -D tailwindcss postcss autoprefixer
- npx tailwindcss init -p
- Copy this template file in your tailwind.config.js
content: [
"./index.html",
"./src/**/*.{js,ts,jsx,tsx}",
]
- Add these @tailwind directives to your css
@tailwindcss base
@tailwindcss components
@taiwlindcss utilities
npm i react
npm i react-router-dom
npm i react-hook-form
npm install @hookform/resolvers zod
- NodeJS Installtion
make sure you have node installed if not,
https://nodejs.org/en/download
- Express Installation
npm install express
- MongoDB Installation
npm install mongodb
- Mongoose Installation
npm install mongoose
- CORS
npm install cors
- nodemon
npm install -g nodemon
- .env
npm install dotenv
This project is the part of 6-months internship of CyberDude Networks Pvt Ltd . We like to acknowledge Mr. Anbuselvan for mentoring us throughout this internship journey and to make this app possible.