{"id":16581072,"url":"https://github.com/creator79/buckmint","last_synced_at":"2026-04-14T23:34:34.514Z","repository":{"id":226591200,"uuid":"769118945","full_name":"creator79/BUCKMINT","owner":"creator79","description":"Its is a frontend BUCKMINT React Assignment","archived":false,"fork":false,"pushed_at":"2024-03-08T11:51:29.000Z","size":1288,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-06T00:46:04.622Z","etag":null,"topics":["react","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"https://buckmint-1xar.vercel.app/","language":"TypeScript","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/creator79.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}},"created_at":"2024-03-08T11:36:50.000Z","updated_at":"2024-03-08T11:53:06.000Z","dependencies_parsed_at":"2024-03-08T12:59:53.148Z","dependency_job_id":null,"html_url":"https://github.com/creator79/BUCKMINT","commit_stats":null,"previous_names":["creator79/buckmint"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/creator79/BUCKMINT","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creator79%2FBUCKMINT","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creator79%2FBUCKMINT/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creator79%2FBUCKMINT/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creator79%2FBUCKMINT/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/creator79","download_url":"https://codeload.github.com/creator79/BUCKMINT/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creator79%2FBUCKMINT/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31819951,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T18:05:02.291Z","status":"ssl_error","status_checked_at":"2026-04-14T18:05:01.765Z","response_time":153,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["react","tailwindcss","typescript"],"created_at":"2024-10-11T22:28:19.487Z","updated_at":"2026-04-14T23:34:34.497Z","avatar_url":"https://github.com/creator79.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## BUCKMINT React Assignment\n\nCreated By with ❤️ from [Vivek Upadhyay](https://)\n\n## Description\n\n- This React application is built using [Vite](https://vitejs.dev/).\n- It uses [Tailwind CSS](https://tailwindcss.com/)\n- The application is created in [TypeScript](https://www.typescriptlang.org/).\n\n## Pre-requisites\n\n- [git](https://git-scm.com/) - v2.13 or greater\n- [NodeJS](https://nodejs.org/en/) - v16 or greater\n- [npm](https://www.npmjs.com/) - v6 or greater\n\n## Running in dev environment\n\n1. `cd YOUR_APPLICATION`\n2. `npm install`\n3. `npm start`\n\n## .env file\n\nThis file contains various environment variables that you can configure.\n\n## Folder Structure\n\n```\n.\n├── package.json\n├── postcss.config.js\n├── vite.config.js\n├── index.html\n├── public\n│   ├── assets\n│   │   ├── images --------- All Project Images\n│   │   └── fonts ---------- Project fonts\n│   ├── favicon.ico\n│   ├── manifest.json\n│   └── robots.txt\n├── README.md\n├── src\n│   ├── App.tsx\n│   ├── components --------- UI and Detected Common Components\n│   ├── constants ---------- Project constants\n│   ├── hooks -------------- Helpful Hooks\n│   ├── index.tsx\n│   ├── pages -------------- All route pages\n│   ├── Routes.tsx ---------- Routing\n│   ├── styles\n│   │   ├── index.css ------ Other Global Styles\n│   │   └── tailwind.css --- Default Tailwind modules\n│   └── util\n│       └── index.tsx ------- Helpful utils\n└── tailwind.config.js ----- Entire theme config, colors, fonts etc.\n```\n\nFor the project to build, **these files must exist with exact filenames**:\n\n- `index.html` is the page template;\n- `src/index.tsx` is the TypeScript entry point.\n\nYou may create subdirectories inside src.\n\n## Available Scripts\n\nIn the project directory, you can run:\n\n### `npm start`\n\nRuns the app in the development mode.\u003cbr\u003e\nOpen [http://localhost:5173](http://localhost:5173) to view it in the browser.\n\n### `npm test`\n\nLaunches the test runner in the interactive watch mode.\u003cbr\u003e\n\n### `npm run build`\n\nBuilds the app for production to the `build` folder.\u003cbr\u003e\n\n### `npm run eject`\n\n**Note: this is a one-way operation. Once you `eject`, you can’t go back!**\n\nIf you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time.\n\n## Installing a Dependency\n\nYou can install any dependencies (for example, React Router) with `npm`:\n\n```sh\nnpm install \n```\n\n```sh\nnpm install --save react-router\n```\n\nAlternatively you may use `yarn`:\n\n```sh\nyarn add react-router\n```\n\n## License\n\nMIT License\n\nCopyright (c) 2024 Vivek Upadhyay\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcreator79%2Fbuckmint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcreator79%2Fbuckmint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcreator79%2Fbuckmint/lists"}