/jobfinder-project

This is a Node.js project that implements a job search website for developers

Primary LanguageHandlebars

🌐 Job Finder - Job Search Website for Developers

This is a Node.js project that implements a job search website for developers. It utilizes the Express framework for the backend, the Handlebars templating engine for rendering HTML pages, and CSS for styling.

📋 Requirements

  • Node.js: Ensure that Node.js is installed on your system. You can download it from nodejs.org.

⚙️ Setup

  1. Clone the Repository:
git clone https://github.com/yourusername/job-finder.git

2.Navigate to the Project Directory:

🚀 Running the Application

  1. Start the application:
node app.js
  1. Open your browser and go to http://localhost:3000 to view the site.

📂 Project Structure

  • app.js: The main file for the Node.js application.
  • public/: Directory containing static files such as CSS, JavaScript, and images.
  • views/: Directory containing Handlebars files for rendering HTML pages.
  • routes/: Directory containing Express route files.

Thank you for checking out the Job Finder project!