omar-kamal-elkhabbaty / indeed-clone

Indeed clone ( Frontend ) for testing
https://omar-kamal-elkhabbaty.github.io/indeed-clone
2 stars 1 forks source link
api bootstrap5 css html javascript localstorage responsive-web-design scss search

Indeed Clone

This is an Indeed clone website built with pure JavaScript, utilizing Bootstrap for responsive design and SCSS for styling.

Features

Technologies Used

Getting Started

To set up the project locally, follow these steps:

  1. Clone the repository:
git clone https://github.com/omar-kamal-elkhabbaty/indeed-clone.git
  1. Navigate to the project directory:
cd indeed-clone
  1. Open the index.html file in your preferred web browser.

Project Structure

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

Usage

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.

Contributing

Contributions are welcome! If you'd like to contribute to this project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes and commit them.
  4. Push your changes to your fork.
  5. Submit a pull request describing your changes.

Please ensure that your code follows the existing code style and conventions.

Acknowledgments

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.

Contact

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!