{"id":21410290,"url":"https://github.com/nirmalyax/e-commerce","last_synced_at":"2026-02-12T01:17:23.911Z","repository":{"id":209935286,"uuid":"725199652","full_name":"nirmalyax/e-commerce","owner":"nirmalyax","description":"in development","archived":false,"fork":false,"pushed_at":"2024-10-27T05:39:14.000Z","size":814,"stargazers_count":1,"open_issues_count":5,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-26T18:01:53.789Z","etag":null,"topics":["css","firebase","headlessui","html5","javascript","react","redux","tailwind","tailwindcss","vscode"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nirmalyax.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-11-29T16:36:42.000Z","updated_at":"2024-09-25T17:54:06.000Z","dependencies_parsed_at":"2025-01-23T04:41:31.404Z","dependency_job_id":"331099ea-38fd-4ca5-81a9-e861bd1c4074","html_url":"https://github.com/nirmalyax/e-commerce","commit_stats":null,"previous_names":["nirmalyax/e-commerce"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/nirmalyax/e-commerce","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nirmalyax%2Fe-commerce","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nirmalyax%2Fe-commerce/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nirmalyax%2Fe-commerce/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nirmalyax%2Fe-commerce/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nirmalyax","download_url":"https://codeload.github.com/nirmalyax/e-commerce/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nirmalyax%2Fe-commerce/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270807934,"owners_count":24649346,"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-08-17T02:00:09.016Z","response_time":129,"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":["css","firebase","headlessui","html5","javascript","react","redux","tailwind","tailwindcss","vscode"],"created_at":"2024-11-22T17:39:04.107Z","updated_at":"2026-02-12T01:17:18.888Z","avatar_url":"https://github.com/nirmalyax.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Upcoming new Project\n### **Step 1 : Create a new react project using vite js**\n\n```jsx\nnpm create create-react-app applicationName\n```\n\n### **Step 2 : Install npm dependencies**\n\n```jsx\nnpm i\n```\n\n### **Step 3 :** Install tailwind Css\n\n1. **Install tailwindcss and its peer dependencies, then generate your tailwind.config.js and postcss.config.js files.**\n\n```jsx\nnpm install -D tailwindcss postcss autoprefixer\n```\n\n```jsx\nnpx tailwindcss init -p\n```\n\n1. **Configure your template paths**\n\nAdd the paths to all of your template files in your tailwind.config.js file.\n\n```jsx\n/** @type {import('tailwindcss').Config} */\nexport default {\n  content: [\n    \"./index.html\",\n    \"./src/**/*.{js,ts,jsx,tsx}\",\n  ],\n  theme: {\n    extend: {},\n  },\n  plugins: [],\n}\n```\n\n1. ****Add the Tailwind directives to your CSS****\n\nAdd the @tailwind directives for each of Tailwind’s layers to your ./src/index.css file.\n\n```\n@tailwind base;\n@tailwind components;\n@tailwind utilities;\n```\n\n1. **Run your build process with npm run dev.**\n\n```jsx\nnpm run dev\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnirmalyax%2Fe-commerce","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnirmalyax%2Fe-commerce","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnirmalyax%2Fe-commerce/lists"}