A job search engine for developers that renders postings from We Work Remotely, Stack Overflow and Authentic Jobs. Users can search jobs by location, tech stack, or view all jobs posted within the last two months. Job objects are served from back end Rails API at http://lookingforme.herokuapp.com
.
- Recent job postings:
https://lookingforme.herokuapp.com/api/v1/recent_jobs
- Location by city, state, or country:
https://lookingforme.herokuapp.com/api/v1/recent_jobs?location=(parameter)
- Technologies: ruby, rails, javascript, react, go, ember, clojure, angular, python
https://lookingforme.herokuapp.com/api/v1/recent_jobs?technology=(parameter)
- Tested with enzyme
- Styled with react-bootstrap
- ES6 and JSX style and syntax
Clone the repo:
$ git clone git@github.com:LookingForMe/lookingForFrontEnd.git
Install the dependencies:
$ npm install
To run tests:
$ npm run test
Start the dev server:
$ npm run dev