DEV Community

Cover image for Adding new features to my open source (React + Django) job board
Harsh Vardhan
Harsh Vardhan

Posted on

Adding new features to my open source (React + Django) job board

A few days ago I wrote a blog on my recently built open source job board. Since then I have added some new features. Built an admin login so owner of the job board can -

Post jobs manually to the job board

Edit job posts (even the ones which are scraped from the internet)

What will you learn by these new features

  • Django Authentication for creating the admin functionality.
  • Firebase for uploading image of job post.

What feature I plan to add next

  • Integrate stripe payment for posting paid jobs.

Back-End & Front-End

FullStackBot

Top comments (0)