{"id":15209187,"url":"https://github.com/shreyanshiitk20/image-uploader","last_synced_at":"2026-03-09T19:15:43.102Z","repository":{"id":67125946,"uuid":"407927234","full_name":"ShreyanshIITK20/Image-uploader","owner":"ShreyanshIITK20","description":null,"archived":false,"fork":false,"pushed_at":"2021-09-21T21:26:47.000Z","size":46,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-09T12:55:19.212Z","etag":null,"topics":["css3","ejs-templating","expressjs","html5","javascript"],"latest_commit_sha":null,"homepage":"","language":"EJS","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/ShreyanshIITK20.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}},"created_at":"2021-09-18T17:40:09.000Z","updated_at":"2023-05-17T19:26:04.000Z","dependencies_parsed_at":"2023-06-09T20:45:08.778Z","dependency_job_id":null,"html_url":"https://github.com/ShreyanshIITK20/Image-uploader","commit_stats":{"total_commits":9,"total_committers":2,"mean_commits":4.5,"dds":"0.11111111111111116","last_synced_commit":"d74e8901558411c76a6d1542f9161bda085c9814"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShreyanshIITK20%2FImage-uploader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShreyanshIITK20%2FImage-uploader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShreyanshIITK20%2FImage-uploader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShreyanshIITK20%2FImage-uploader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ShreyanshIITK20","download_url":"https://codeload.github.com/ShreyanshIITK20/Image-uploader/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242692347,"owners_count":20170228,"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","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":["css3","ejs-templating","expressjs","html5","javascript"],"created_at":"2024-09-28T07:21:50.504Z","updated_at":"2025-12-05T02:02:40.321Z","avatar_url":"https://github.com/ShreyanshIITK20.png","language":"EJS","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eImage uploader\u003c/h1\u003e\n\n\u003cdiv align=\"center\"\u003e\n   Solution for a challenge from  \u003ca href=\"http://devchallenges.io\" target=\"_blank\"\u003eDevchallenges.io\u003c/a\u003e.\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003ch3\u003e\n    \u003ca href=\"https://github.com/ShreyanshIITK20/Image-uploader/blob/main/index.js\"\u003e\n      Solution\n    \u003c/a\u003e\n    \u003cspan\u003e | \u003c/span\u003e\n    \u003ca href=\"https://devchallenges.io/challenges/O2iGT9yBd6xZBrOcVirx\"\u003e\n      Challenge\n    \u003c/a\u003e\n  \u003c/h3\u003e\n\u003c/div\u003e\n\n\u003c!-- TABLE OF CONTENTS --\u003e\n\n## Table of Contents\n\n- [Overview](#overview)\n- [Built With](#built-with)\n- [Features](#features)\n- [How to use](#how-to-use)\n- [Contact](#contact)\n\n\u003c!-- OVERVIEW --\u003e\n\n## Overview\n\n![screenshot](https://github.com/ShreyanshIITK20/Image-uploader/blob/main/public/images/screenshot.jpg?raw=true)\nThis was a great starter challenge for beginner full-stack developers which tested both templating and JS skills. \nCreating a ```drop-box``` was kinda fun but at the same time it posed a great challenge to link the dropped/dragged image to a entire new webpage. It introduced me to the concept of ```localStorage``` which retains the information of uploaded files for the entire browsing session. Few bugs were observed when rerouting to root (/), and I tried my best to resolve them. However, this app is open to suggessions and improvements.\n\n### Built With\n\n\u003c!-- This section should list any major frameworks that you built your project using. Here are a few examples.--\u003e\n\n- HTML5 and CSS3\n- JAvascript\n- Bootstrap 5\n- Node.js \n- Express.js\n\n## Features\n\n\u003c!-- List the features of your application or follow the template. Don't share the figma file here :) --\u003e\nWith this app one can\n- ```Drag and drop``` an image to upload it\n- Choose to ```select an image``` from my folder (local computer)\n- See a ```loader``` when uploading\n- When the image is uploaded, one can ```see the image and copy it```\n- Choose to ```copy to the clipboard```\n\n## How To Use\n\n\u003c!-- Example: --\u003e\n\nTo clone and run this application, you'll need [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/) (which comes with [npm](http://npmjs.com)) installed on your computer. From your command line:\n\n```bash\n# Clone this repository\n$ git clone https://github.com/ShreyanshIITK20/Image-uploader\n\n# Install dependencies\n$ npm install\n\n# Run the app\n$ npm start\n```\n\n## Contact\n- [Instagram profile](https://www.instagram.com/_shreyanshagarwal_/)\n- [LinkedIn profile](https://www.linkedin.com/in/shreyansh-agarwal-9a0482131/)\n- [Twitter account](https://twitter.com/_Shreyansh13_)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshreyanshiitk20%2Fimage-uploader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshreyanshiitk20%2Fimage-uploader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshreyanshiitk20%2Fimage-uploader/lists"}