Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.22 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.22 KB

README

*Front end code *Back-end here

Jobify

Jobify is position and contact tracker that allows people who are job hunting be organized. It's a Single Page Application, SPA, with a frontend build with HTML, CSS and JavaScript. The frontend will communicate with a backend API that was build with Ruby and Rails. All interactions between the client and the server were handled asynchronously (AJAX) and use JSON as the communication format. The JavaScript application uses Object Oriented JavaScript to encapsulate related data and behavior

Note

This project is still under development and will continue to improve.

Features

  • Home, Position and Contact links
    • allows user to see all their positions or contcts.
  • Position & Contact Page
    • Edit
    • Delete
  • Home Page
    • Create new position or contact

Clone the Repo

$ git clone https://github.com/almalee24/js-project-double-repo-front
$ cd job jobapp/

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT