Found 565 repositories(showing 30)
abhayymishraa
A simple web app that lets users generate Manim animations by sending prompts. Built with Next.js on the frontend and Python (FastAPI) on the backend. It renders math/code-based visuals using Manim, stores outputs, and shows videos in-browser. Uses Docker for setup and supports job tracking via localStorage.
loyalfriend1109
No description available
simon987
Fast task tracker (job queue) with authentication, statistics and web frontend
loyalfriend0615
No description available
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.
baza-trainee
No description available
ngavu2004
Help you track your job applications automatically by fetching and processing emails from your Gmail account.
reynadess
No description available
ManasaChowdary12345
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.
brownjer3
No description available
MarioKrstevski
Job Application Tracker Frontend React
PolyannaMeira
No description available
rishi-rj-s
Applied Jobs can be saved here for future reference. I didn't want to use the ones on internet.
vincent-silveira
No description available
SulphuricVein
No description available
ankitdevlabs
No description available
RahulRathod007
No description available
Hombre2014
The front end of the Job Tracker website (Huntr.co clone). Track your job applications for free.
hamzaabidabid
No description available
pavwan1
This is a React-based Job Tracker application to help you manage and track your job applications efficiently
LoveySekhon
No description available
leighton-tidwell
Frontend to a personal job tracker application