This is an Indeed clone website built with pure JavaScript, utilizing Bootstrap for responsive design and SCSS for styling.
To set up the project locally, follow these steps:
git clone https://github.com/omar-kamal-elkhabbaty/indeed-clone.git
cd indeed-clone
index.html
file in your preferred web browser.The project structure is as follows:
indeed-clone/
├── style/
│ ├── global
│ └── pages
├── bootstrap/
│ ├── bootstrap.css
│ └── bootstrap.js
├── images/
│ └── ...
├── javascript/
│ └── main.js
│ └── search_page.js
│ └── companies.js
│ └── my_jobs.js
├── HTML/
│ └── all_jobs.html
│ └── companies.html
│ └── my_jobs.html
│
├── index.html
└── README.md
style/
: Contains the compiled CSS files.image/
: Contains images used in the website.javascript/
: Contains the JavaScript files.bootstrap/
: Contains the Bootstrap files.index.html
: The main HTML file that serves as the entry point of the website.README.md
: This file, providing information about the project.Once you open the index.html
file, you can start using the Indeed clone website by performing job searches using the search bar and filters. Clicking on a job listing will display more details about the job.
Feel free to explore the code and make any modifications or improvements to suit your needs.
Contributions are welcome! If you'd like to contribute to this project, please follow these steps:
Please ensure that your code follows the existing code style and conventions.
This project is inspired by the popular job search website Indeed. Special thanks to the Bootstrap and SCSS communities for their excellent tools and resources.
If you have any questions, issues, or suggestions regarding this project, please feel free to contact the project maintainer at (mailto:omar.muhammed.kamal@gmail.com).
Happy coding!