Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.26 KB

README.md

File metadata and controls

20 lines (15 loc) · 1.26 KB

A react clone for a job posting website

This is a fully fucntional job website. Users can sign in as a recruiter or a candidate. Recruiters can post a job and see the applicants that have applied for the job. Candidates can apply for a job and check the jobs they have applied. It is fully responsive.

ReactJs is used for the structure of the website.
Axios is used for the api calls.
Squareboat jobs api is used as a backend.
Firebase is used for hosting the websire.

Screenshots

Screenshot from 2021-02-24 12-10-01 Screenshot from 2021-02-24 12-10-17 Screenshot from 2021-02-24 12-10-34 Screenshot from 2021-02-24 12-10-57 Screenshot from 2021-02-24 12-11-19

How to use

  1. Download the code.
  2. Run with npm start.