Skip to content

redis-developer/EasyApply

 
 

Repository files navigation

EasyApply

A Job-Board App for Junior or Entry Level Tech Jobs

Setup

Download Node.js. Run this followed commands:

# Install dependencies (only the first time)
npm install

# Run the local react server at localhost
npm run start

# On navigating to the Job Board Page after clicking on Explore Jobs
Go Back to the Terminal and run
node api/index.js


This will render all the Jobs on the Job Board using redis.
  • Note: This Project uses the GitHub JOBS API which has been deprecated recently & the Job Board might not load.

About

A Job Board for Jr Dev Jobs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 54.1%
  • CSS 38.6%
  • HTML 7.3%