albertopastormr / super-duper-job-board

A simple job board structure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Super Duper Job Board

Fast Merges!

Want to start contributing quickly to a project? Here you go! I'm available often to merge PR's. Check out the quick contributing documentation.

How to run the app?

  1. Clone the repo.
  2. Run npm install in terminal.
  3. Run npm start in terminal.
  4. Navigate to localhost:3000 in your browser.

What the heck is this?

Basically, the idea behind this stems from my partner needing a way for her to show available jobs in her industry. These jobs would ultimately be created by people/companies who have open positions. It's pretty similar to Craigslist, but in this case entries would need to be approved and paid for, which would also require some integration with a payment system.

User Stories

Story 1:

As the provider of the job board, I want to display available job opportunities within my industry.

Story 2:

As the provider of the job board, I want people with available jobs to post their opportunities on my board.

Story 3:

As the provider of the job board, I want to approve/deny incoming job post requests.

Story 4:

As the provider of the job board, I want to accept monetary compensation for displaying a job poster's opportunity.

MVP

The project's minimimum viable product should be pretty simple. We won't worry about persistent storage solutions and any other backend service components. This will, for the time being, be a frontend React-based endeavor. Here are some basic feature goals:

  • General header in which anyone can incorporate their own image/messaging
  • General footer in which anyone can incorporate their own image/messaging
  • Interface that displays job postings provided by hard-coded or api-sourced data
  • Interface that enables users to create job postings

About

A simple job board structure


Languages

Language:HTML 47.2%Language:CSS 26.5%Language:JavaScript 26.4%