FindYourJob is a job website built using React JS, Tailwind CSS, NodeJS, ExpressJS, MongoDB, and deployed on Netlify. The website allows users to post and view job openings from various industries and locations.
- View job listings by industry and location
- Post job openings as a recruiter or employer
- Manage job postings and applications
- Sign up and log in to user accounts
- React JS
- Tailwind CSS
- NodeJS
- ExpressJS
- MongoDB
- Vite
To run the project locally, follow these steps:
- Clone the repository
- Install dependencies:
npm install
- Start the development server:
npm run dev
The website is deployed on Netlify. Any changes made to the main
branch will trigger a new deployment.
Contributions to the project are welcome! To contribute, please follow these steps:
- Fork the repository
- Create a new branch for your feature or bug fix:
git checkout -b my-new-feature
- Make changes and commit them:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request