Found 264 repositories(showing 30)
francescofioredev
Chrome extension for LinkedIn job postings that reveals the exact number of applicants by intercepting JSON data from the frontend. Add transparency to job offers, track application counts in real time, and enhance your LinkedIn job search with clear insights.
sameer9860
A full-stack Job Tracker System built with Django (Backend) and React (Frontend) to manage and track job applications efficiently.
GauravsinhSolanki
As the sole architect and developer of CloudBasedJobTracker, I not only conceived and implemented the entire solution but also automated the deployment process using CloudFormation scripting. This innovative cloud-based application optimizes job tracking processes, featuring a React.js frontend, a Node.js backend, and seamless integration with AWS
Teppo652
Test Assignment - Project Sports Poll Overview The "Sports Poll" app is a dead simple poll system around some sports events which can be fetched from this JSON file It allows users to vote on each event and then shows another random event to vote on. There should be one poll, that displays one (random) category at a time. E.g. load Football category with poll options to vote on from DB, and only display those at a time, next browser reload would maybe display Tennis. The polling options should be what team will win or if it will be a draw, e.g. ● Home Team win (Team A) ● Draw ● Away Team win (Team B) Delivery When you have completed the task, we’d like you to deliver the following: ● A description of what you have done and how far you got in time allotted for the work on the project. ● Which development tools you used and your general progression on the key issues, what you got stuck on, what you did or didn’t solve etc. ● A step by step instruction to how to run the project. ● Share the source code in a private code hosting on Bitbucket or Github (Bitbucket has free private repositories). ○ For Bitbucket - Share that repository giving admin permissions to bojan.zrnic@itengine.rs and GLOMOadmin and send the URL in an email to dev@glomo.se. ○ For Github - Share that repository giving admin permissions to zrnicbojan and adminglomo and send the URL in an email to dev@glomo.se. Tasks and deliverables per job position Junior Frontend Developer This exercise is expected to take 3 to 6 hours to complete. 1. Create a page with the best design practices in mind for this small application. The design will be taken into consideration and should be visually pleasant and user friendly. 2. You are free to use any modern Javascript framework that you’d like. The choice of framework may impact the way we assess your assignment. 3. It’s not allowed to use any CSS framework like Bootstrap or similar. 4. The JSON file with the events can be accessed directly from the frontend or hardcoded in the website. 5. The odds can be generated randomly. There is no need to keep track of votes across page reloads. Senior Frontend Developer This exercise is expected to take 4 to 8 hours to complete. 1. Create a page with the best design practices in mind for this small application. The design will be taken into consideration and should be visually pleasant and user friendly. 2. You are free to use any modern Javascript framework that you’d like. The choice of framework may impact the way we assess your assignment. 3. It’s not allowed to use any CSS framework like Bootstrap or similar. 4. The JSON file with the events can be accessed directly from the frontend or hardcoded in the website. 5. The page should be responsive and work well across different types of devices (desktop, mobile, tablet). 6. Keep event votes stored in a browser local storage so they can persist across page reloads. 7. Add different kind of visualisations based on event attributes (country, state, sport and so on). It is up to you to decide how to best represent the data. 8. Add a couple of automated tests. Fullstack Developer This exercise is expected to take 5 to 10 hours to complete. 1. Create a backend for Sports Poll. The backend should be created using Node.js. Whichever Node.js framework you select will not impact the way we assess your test. 2. At start, fetch the events from the JSON file and store them in a local database of your choice. 3. Create a backend API to read events. 4. Create a backend API for voting for events (home win, draw, away win). 5. Create a page with the best design practices in mind for this small application. The design will be taken into consideration and should be visually pleasant and user friendly. 6. You are free to use any modern Javascript framework that you’d like. The choice of framework may impact the way we assess your assignment. 7. 8. It’s not allowed to use any CSS framework like Bootstrap or similar. 9. The page should be responsive and work well across different types of devices (desktop, mobile, tablet). 10. Add a couple of automated tests. Senior Fullstack Developer This exercise is expected to take 7 to 15 hours to complete. 1. Create a backend for Sports Poll. The backend should be created using Node.js. Whichever Node.js framework you select will not impact the way we assess your test. 2. At start, fetch the events from the JSON file and store them in a local database of your choice. 3. Create a backend API to read events. 4. Create registration/login for the Sports Poll. It could be either with regular email address or Facebook login. 5. Create a backend API for voting for events (home win, draw, away win), keep track of the votes. Only allow logged users to vote and don’t allow more than one vote per user for each event. 6. Create a page with the best design practices in mind for this small application. The design will be taken into consideration and should be visually pleasant and user friendly. 7. You are free to use any modern Javascript framework that you’d like. The choice of framework may impact the way we assess your assignment. 8. It’s not allowed to use any CSS framework like Bootstrap or similar. 9. The page should be responsive and work well across different types of devices (desktop, mobile, tablet). 10. Add a couple of automated tests.
reynadess
No description available
ditrungduong
Job Tracker is a simple web application to manage job applications effectively. Users can add, view, edit, and delete job entries, making it easier to track and organize their job search process. Built with React for the frontend and Node.js for the backend.
Omar-Issa1
JobsTracker App is a full-stack job management platform built with Node.js, Express.js, and React. It allows users to securely manage job applications, track progress, and analyze performance through a modern, responsive interface. 🔗 Frontend Repository: https://github.com/Omar-Issa1/jobs-frontend
dylanbuchi
A full-stack MERN project that allows users to register and login into their accounts to create, track, and manage their job applications. Frontend with React, TypeScript, and ChakraUI. Backend with Node.js, TypeScript, Express, and MongoDB.
basillal
TrackNPrint is a full-stack application designed to manage and monitor bulk printing jobs with real-time tracking. It enables seamless coordination between a frontend dashboard and backend printing service, allowing users to submit print tasks, monitor live status (e.g., pending, printing, completed, failed), and handle large batches efficiently.
johnnyboysydney
Create an application that can be used to write, save, and delete notes. This application will use an express backend and save and retrieve note data from a JSON file. The application frontend has already been created, it's your job to build the backend and connect the two. The following HTML routes should be created: GET /notes - Should return the notes.html file. GET * - Should return the index.html file The application should have a db.json file on the backend that will be used to store and retrieve notes using the fs module. The following API routes should be created: GET /api/notes - Should read the db.json file and return all saved notes as JSON. POST /api/notes - Should receive a new note to save on the request body, add it to the db.json file, and then return the new note to the client. DELETE /api/notes/:id - Should receive a query parameter containing the id of a note to delete. This means you'll need to find a way to give each note a unique id when it's saved. In order to delete a note, you'll need to read all notes from the db.json file, remove the note with the given id property, and then rewrite the notes to the db.json file. User Story AS A user, I want to be able to write and save notes I WANT to be able to delete notes I've written before SO THAT I can organize my thoughts and keep track of tasks I need to complete Business Context For users that need to keep track of a lot of information, it's easy to forget or be unable to recall something important. Being able to take persistent notes allows users to have written information available when needed. Acceptance Criteria Application should allow users to create and save notes. Application should allow users to view previously saved notes. Application should allow users to delete previously saved notes.
PolyannaMeira
No description available
Tobin123456
No description available
MarioKrstevski
Job Application Tracker Frontend React
leighton-tidwell
Frontend to a personal job tracker application
Asilbek1702
Job Tracker application with FastAPI backend and Vanilla JS frontend
ishanjain18
React frontend app for a job application tracker consuming dummy Django API
fvalderiago
A simple job application tracker with ASP.NET Core Web API and React frontend.
ronsalomon97
Job Tracker – Your Personal Job Management Dashboard A full-stack job tracking application that helps users manage job applications efficiently. Built with React (Vite) for the frontend and Node.js (Express + MongoDB) for the backend, this project provides real-time analytics, job application tracking, and authentication (JWT).
shv-ng
A lightweight full-stack job application tracker for managing applications, statuses, and workflows using a React frontend and Go backend.
Frontend for a web application that helps a job aspirant to keep track of things to get a job.
thughari
The modern frontend interface for JobTrackerPro. Track, manage, and organize your job applications in one place
sickton
A CRUD web app to track job applications, manage resume versions, and visualize personal analytics. Built with Vite + React (frontend) and Java Spring Boot + PostgreSQL (backend)
HussainNasirKhan
🚀 Resume ATS with Google Gemini Pro & Streamlit - Simplify job applications! Seamlessly integrate Google Gemini Pro for advanced tracking and leverage a user-friendly Streamlit frontend. PDF resume upload and effortless job matching. 🌟
sujithegde13
Built an AI-powered platform to optimize resumes, generate cover letters, and track job applications. Leveraged GPT-4 for resume analysis and cover letter generation, with a modern FastAPI backend and Next.js frontend. Automated job application processes and provided real-time analytics for job seekers.
codewithashim
Talent Track is a full-stack web application designed to connect job seekers with companies. It features a modern frontend built with Next.js and a robust backend powered by NestJS.
Zeeshan138063
TrackMate UI is a beautifully designed career management interface that helps users organize job applications, track progress, manage documents, and plan their job search strategy. This project recreates and enhances the core user experience of TealHQ with a modern, modular, and scalable frontend architecture.
monoscuits
Frontend for Opportune — A platform designed to help students manage and track rallies, beacons, and vaults related to career opportunities like internships, job applications, and coding contests. Built with Next.js and Tailwind CSS.
ZVKubajak
Frontend application leveraging local storage for tracking lifeguard rotations on the job. This was my first ever project released in July 2024, and it was used and commended by pool supervisors when I worked as a lifeguard.
kameshNethsara
Full-stack web application for on-demand home service management. Built with Spring Boot (Java) backend and HTML/CSS/Bootstrap/jQuery frontend. Features include user and technician login, service requests, technician assignment, job tracking, and user ratings.
washington786
The Issue Tracker UI is a web application to manage issues, built with a React frontend packaged via Docker and served by Nginx, interfacing with a backend API developed in Node.js using the Express framework, and utilizing Redis for caching or background job processing like email handling.