This is a solution to the Job Listing.
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
$ 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
- React
- Style-Components
- React Testing Library
- Jest
- https://jsramblings.com/how-to-use-media-queries-with-styled-components/
- https://jsramblings.com/migrating-to-styled-components-cheatsheet/
- Github - Tamara Kadyear | TKadyear
- Frontend Mentor - Tamara Kadyear | TKadyear