Skip to content

Latest commit

 

History

History
59 lines (44 loc) · 1.58 KB

README.md

File metadata and controls

59 lines (44 loc) · 1.58 KB

Job Listing

This is a solution to the Job Listing.

Table of contents

The challenge

Users should be able to:

  • View the optimal layout for the site depending on their device's screen size
  • See hover states for all interactive elements on the page
  • Filter job listings based on the categories selected

Clone this repository

# Clone this repository
$ git clone https://github.com/TKadyear/job-listing.git

# Go into the repository
$ cd job-listing

# Install dependencies
$ npm install

# Run the local server
$ npm run start

If you want the production server do:

#For prepare the documents for production:
$ npm run build

My process

Built with

  • React
  • Style-Components
  • React Testing Library
  • Jest

Useful Resources

Author