JobTrackr is a web application designed to help users track their job applications efficiently. It provides features for adding, viewing, and updating job applications, allowing users to stay organized throughout their job search process.
Explore JobTrackr by visiting the following link: https://jobtrackrwebapp.netlify.app/
- Frontend:
- HTML
- CSS
- JavaScript
- Axios (for making HTTP requests)
- Axios is utilized for making HTTP requests to the backend API hosted at render.
The backend of this web application is hosted in a separate repository. You can find the backend code and related information on the GitHub repository:
-
View Jobs:
- Displays an overview of the user's job applications, categorized by status.
- Provides statistics on the total number of jobs, pending, in progress, declined, and accepted applications.
-
Add Job:
- Allows users to add new job applications by providing company name, position, and status.
-
Update Job:
- Users can update job details, including company, position, and status.
-
Delete Job:
- Provides a confirmation dialog before deleting a job application.