{"id":25533295,"url":"https://github.com/kondlekar-yash/mapper","last_synced_at":"2026-05-06T18:37:13.614Z","repository":{"id":252894937,"uuid":"841795229","full_name":"kondlekar-yash/Mapper","owner":"kondlekar-yash","description":"Demonstrating advanced JavaScript techniques along with HTLM/CSS.","archived":false,"fork":false,"pushed_at":"2025-01-09T00:59:31.000Z","size":33,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-05-22T14:14:56.929Z","etag":null,"topics":["css","dom-manipulation","es6","events","html","javascript","oop","third-party-libraries"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kondlekar-yash.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-08-13T04:04:39.000Z","updated_at":"2025-01-09T00:59:35.000Z","dependencies_parsed_at":"2025-01-09T01:57:00.637Z","dependency_job_id":"a983c4ad-795e-435f-b182-3b88d9c51c24","html_url":"https://github.com/kondlekar-yash/Mapper","commit_stats":null,"previous_names":["kondlekar-yash/mapper"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kondlekar-yash/Mapper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kondlekar-yash%2FMapper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kondlekar-yash%2FMapper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kondlekar-yash%2FMapper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kondlekar-yash%2FMapper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kondlekar-yash","download_url":"https://codeload.github.com/kondlekar-yash/Mapper/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kondlekar-yash%2FMapper/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266404941,"owners_count":23923492,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-21T11:47:31.412Z","response_time":64,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["css","dom-manipulation","es6","events","html","javascript","oop","third-party-libraries"],"created_at":"2025-02-20T02:18:47.368Z","updated_at":"2026-05-06T18:37:12.460Z","avatar_url":"https://github.com/kondlekar-yash.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mapper\n\nA Javascript project to demonstrate core and advanced JS concepts with basic HTML, CSS.\n\n## Description\n\nThis project implements fundamentals of HTML, CSS and modern JavaScript. It also covers advanced features of JS such as OOP, DOM manipulation, EventHandlers and much more.\n\n## Installation\n\nTo install this project, follow these steps:\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/kondlekar-yash/Mapper.git\n   ```\n2. Navigate to the project directory:\n   ```bash\n   cd Mapper\n   ```\n3. Install node\n   ```bash\n    npm install -g npm\n   ```\n4. Install node live server\n   ```bash\n    npm install -g live-server\n   ```\n5. Run project using:\n   ```bash\n    live-server --browser='google chrome'\n   ```\n\n## Overview\n\nUser Stories:\n\n1. As a user, I want to log my running workouts with location, distance, time, pace and steps/minute, so I can log all my running\n2. As a user, I want to log my cycling workouts with location, distance, time, speed and elevation gain, so I can keep logs of all my cycling\n3. As a user, I want to see all my workouts at a glance, so I can easily track my progress.\n4. As a user, I also want to see all my workouts on Map, so I can easily check where I work out the most.\n5. As a user, I want to see all my workouts when I leave the app and comeback later, so that I can keep using the app overtime.\n\nFeatures(as per user stories):\n\n- Map, where user clicks to add new workout (to get location coordinates)\n- Geolocation to display map at current location(more user friendly)\n- Form to input distance, time, pace, steps/minute\n- Form to input distance, time, speed, elevation gain\n- Display all workouts in a list\n- Display workouts on the map\n- Data persistence, for now use local storage to store workout data and on reload get the\n  stored data\n- Move map to workout location on click\n\nTo-Do features:\n1- Edit a workout\n2- Delete a workout\n3- Delete all workouts\n4- Sort workouts by certain field (eg distance)\n5- Rebuild running and cycling obj from local storage\n6- Better error/confirmation messages\n7- Geocode and display the actual location from coordinates using 3rd party api (using async await/ promises)\n8- Display weather on that location\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkondlekar-yash%2Fmapper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkondlekar-yash%2Fmapper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkondlekar-yash%2Fmapper/lists"}