Skip to content

pankajktech/FindYourJob

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LandYourJob

LandYourJob 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.

Features

  • 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

Technologies Used

  • React JS
  • Tailwind CSS
  • NodeJS
  • ExpressJS
  • MongoDB
  • Vite

Getting Started

To run the project locally, follow these steps:

  1. Clone the repository: git clone https://github.com/pankajktech/FindYourJob.git
  2. Install dependencies: npm install
  3. Start the development server: npm run dev

Deployment

The website is deployed on Netlify. Any changes made to the main branch will trigger a new deployment.

Contributing

Contributions to the project are welcome! To contribute, please follow these steps:

  1. Fork the repository
  2. Create a new branch for your feature or bug fix: git checkout -b my-new-feature
  3. Make changes and commit them: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request