- Install globally json-server
yarn global add json-server
- Clone repo
git clone https://github.com/khaled-elakkad/job-listings.git
- Install dependencies
yarn
- Run locally in development mode
yarn dev
- create-react-app
- material-ui
- fetch
- redux and redux saga
- json-server package
- Data item shape:
{
"id": 9,
"title": "HR Specialist",
"description": "Experienced with HR policies and systems.",
"employment_type": "Full time",
"location": "Alexandria"
}