View a live Site- click here
✔️ Home
✔️ Statistics
✔️ Applied Jobs
✔️ Blog
✔️ Start Applying
✔️ Footer
- Added job category section and featured jobs section with banner and image on home page here go to job details go to separate page and show job details.
- Clicking on the See All Jobs button user Display Six Card.
- All the data is fetched from json file.
- Clicking on See All Jobs button will show all data and wrong page is responsive mobile and tablet and PC How many clicks on apply job button i.e. how many applied are shown on the page and filtered.
- User Will clicking on The Blog show All Blogs.
- The website is completely built on
react-js
library ofjavascript
and that's why we neednodejs
andnpm
installed - While installing
nodejs
andnpm
, try to install versions which are equal or greater than the versions mentioned in badges above - In case you want to help developing it or simply saving it, you can fork the repository just by clicking the button on the top-right corner of this page
- After the successful installation of
nodejs
andnpm
, clone the repository into your local system using below command:This will clone the whole repository in your system.git clone https://github.com/Porgramming-Hero-web-course/b7a9-career-hub-Alamin0x01.git
- To download required dependencies to your system, navigate to the directory where the cloned repository resides and execute following command:
npm install
- Now the project is ready to use
- You can check it using
npm run dev
, it will open the website locally on your browser.