Skip to content

A small application that allows users to apply for jobs, post/delete jobs, and view applications for jobs.

Notifications You must be signed in to change notification settings

mintbiscuit/Job-Board

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Job-Board

A small application that allows users to apply for jobs, post/delete jobs, and view applications for jobs.

About

This is just a small application I made for fun in a day. The basic idea is to create a mini Job Board, but without using a database (like a real Job Board should). To get around not using a database, I created Application and Job objects and then used their display() and view() methods added into an ArrayList to make it display nicely. :) However, because it is not hooked up with a database, every time you run it your data will be reset. Because of this, I've started looking at...

Next Step

... writing to a txt file! :) I don't have all the code exactly right (since I'll need to make modifications, obviously). However, the next step for this little app is to gather input from a txt file, write any new input to that txt file, etc. Right now I have a couple rough methods that grab and set to the txt file, but I want to make sure it looks gorgeous. So I'll add those commits when I'm all finished. File I/O can be fun, huh? :)

Questions? Comments?

Like always, if you have something you want to say to me, please visit the contact page on my website:

http://imagine-reality.net

Thanks!

~ Amelia

About

A small application that allows users to apply for jobs, post/delete jobs, and view applications for jobs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages