*Front end code *Back-end here
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
This project is still under development and will continue to improve.
- 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
$ git clone https://github.com/almalee24/js-project-double-repo-front
$ cd job jobapp/
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.