Indeed is a website which is a free service to job seekers, where you can upload a resume, create job alert emails, search for jobs, save them and apply to them directly.
To see the live site click the below link.
https://clone-of-indeed.netlify.app/
Executing the commands mentioned below one by one in your command line will help in making this React app . Cloning
git clone https://github.com/sheikhtausif/indeed-clone.git
cd ./indeed-clone
npm install
To run the react app execute below command
npm run start
- You can Search for any job listings.
- you can create your account and save resumes.
- Import and save resumes from local computer.
- Filter job and can save it.
The landing page of indeed website displays, most popular search results options, and search area for searching jobs.
In top section there is a Header which gets changes when user do Sign In.
Existing user can Login and new user's can SignUp themselves on page.
From NavigationBar of Landing Page.
After Login user direcly redirect to home page.
There are many Child pages linked to the Landing page and after login page, but for this clone following pages are made.
Here all the jobs which are available in that site is present. In this page user can find the jobs.
There are some Key Features which are added in website clone such as:
- You can Search for any job listings.
- You can create your account and save resumes.
- Import and save resumes from local computer.
- Filter job and can save it.
For applying for any job position firstly user have to fill the form and also have to upload there Resume. User have to fill there personal details. Here below is the form .
Here after filling all the details by the user, user can be able to review all the details which he filled and if there some wrong details were filled then user can change it also.
After filling all the details and submission of the form , a successfull popup will open which confirms that the user have successfully applied for the respective job.