{"id":15454187,"url":"https://github.com/dekiakbar/image-optimizer-fe","last_synced_at":"2025-09-09T04:51:14.734Z","repository":{"id":223424335,"uuid":"394990351","full_name":"dekiakbar/image-optimizer-fe","owner":"dekiakbar","description":"Imageoptimizer image is a simple app for compressing any image file. It takes a single input file and compresses it to a much smaller output file.","archived":false,"fork":false,"pushed_at":"2024-12-09T22:46:11.000Z","size":941,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-31T04:48:36.756Z","etag":null,"topics":["compress-images","image-processing","nextjs","nodejs","optimize-images"],"latest_commit_sha":null,"homepage":"https://imageoptimizer.nooby.dev","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dekiakbar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2021-08-11T13:01:31.000Z","updated_at":"2024-07-17T16:06:53.000Z","dependencies_parsed_at":"2024-02-20T07:25:45.205Z","dependency_job_id":"02b9d5bd-ee34-4c4e-8644-6f63b7730ffa","html_url":"https://github.com/dekiakbar/image-optimizer-fe","commit_stats":null,"previous_names":["dekiakbar/image-optimizer-fe"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/dekiakbar/image-optimizer-fe","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dekiakbar%2Fimage-optimizer-fe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dekiakbar%2Fimage-optimizer-fe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dekiakbar%2Fimage-optimizer-fe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dekiakbar%2Fimage-optimizer-fe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dekiakbar","download_url":"https://codeload.github.com/dekiakbar/image-optimizer-fe/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dekiakbar%2Fimage-optimizer-fe/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273188006,"owners_count":25060772,"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-09-01T02:00:09.058Z","response_time":120,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":["compress-images","image-processing","nextjs","nodejs","optimize-images"],"created_at":"2024-10-01T22:01:40.449Z","updated_at":"2025-09-01T20:41:25.697Z","avatar_url":"https://github.com/dekiakbar.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Image Optimizer Frontend\n\nImage Optimizer Frontend is a frontend application for [image optimizer](https://github.com/dekiakbar/image-optimizer) API. Build by [Next Js](https://nextjs.org/)\n\n## Installation\n\nthis project created use the following tool\n\u003e node version : v20.11.0\n\n\u003e npm version : 10.2.4\n\n### Backend\nYou must install [image optimizer](https://github.com/dekiakbar/image-optimizer) backend.\n\n### Frontend (this repo)\nClone this repository\n\n```bash\ngit clone https://github.com/dekiakbar/image-optimizer-fe\n```\n\nNavigate to project dir\n\n```bash\ncd image-optimizer-fe\n```\n\nInstall node modules and dependencies\n\n```bash\nnpm install\n```\n## Environment Variable\n\nCopy `env.example` to `.env`\n\n```bash\ncp .env.example .env\n```\n\nFill `NEXT_PUBLIC_API_SERVER_URL` and `NEXT_PUBLIC_API_CONFIG_URL`\n```bash\n# Created by Vercel CLI\nVERCEL=\"1\"\nVERCEL_ENV=\"development\"\nVERCEL_URL=\"\"\nVERCEL_GIT_PROVIDER=\"\"\nVERCEL_GIT_REPO_SLUG=\"\"\nVERCEL_GIT_REPO_OWNER=\"\"\nVERCEL_GIT_REPO_ID=\"\"\nVERCEL_GIT_COMMIT_REF=\"\"\nVERCEL_GIT_COMMIT_SHA=\"\"\nVERCEL_GIT_COMMIT_MESSAGE=\"\"\nVERCEL_GIT_COMMIT_AUTHOR_LOGIN=\"\"\nVERCEL_GIT_COMMIT_AUTHOR_NAME=\"\"\nNEXT_PUBLIC_API_SERVER_URL=\"\u003cYOUR_BACKEND_URL_FOR_OPTIMIZE_IMAGE\u003e\"\nNEXT_PUBLIC_API_CONFIG_URL=\"\u003cYOUR_BACKEND_URL_FOR_CONFIG\u003e\"\n```\n\n## Development\nrun this project :\n```bash\nnpx next dev\n```\n\n## License\n[MIT](https://github.com/git/git-scm.com/blob/main/MIT-LICENSE.txt)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdekiakbar%2Fimage-optimizer-fe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdekiakbar%2Fimage-optimizer-fe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdekiakbar%2Fimage-optimizer-fe/lists"}