Skip to content

This is a tutorial from freeCodeCamp.org and I am simply following along to learn more about Full-Stack JavaScript development.

Notifications You must be signed in to change notification settings

ndpage/fullstack-javascript-job-board

Repository files navigation

fullstack-javascript-job-board

This web app is a React app that was boostrapped using create-react-app. The app pulls data from an Express API that is located in api/api.js. The API has two routes: /api/test /api/jobs

The /api/jobs route provides a list of jobs in the form of an array of JavaScript objects (JSON). The API retrieves job data from the GitHub Jobs API and stores them in a Redis database.

About

This is a tutorial from freeCodeCamp.org and I am simply following along to learn more about Full-Stack JavaScript development.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published