{"id":27615611,"url":"https://github.com/mdsaifurrahman117/mission-developer-assignment-08","last_synced_at":"2025-04-23T03:56:46.365Z","repository":{"id":288728745,"uuid":"969025088","full_name":"mdsaifurrahman117/Mission-Developer-Assignment-08","owner":"mdsaifurrahman117","description":"Mission Developer Assignment 08 (complete)","archived":false,"fork":false,"pushed_at":"2025-04-21T20:35:06.000Z","size":3027,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"mian","last_synced_at":"2025-04-23T03:56:41.365Z","etag":null,"topics":["react","react-router"],"latest_commit_sha":null,"homepage":"https://mission-developer-assignment-08.vercel.app","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/mdsaifurrahman117.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":"2025-04-19T07:59:46.000Z","updated_at":"2025-04-21T20:35:09.000Z","dependencies_parsed_at":"2025-04-19T14:31:15.124Z","dependency_job_id":"d3f85b02-c83b-438a-916f-7317951ac35c","html_url":"https://github.com/mdsaifurrahman117/Mission-Developer-Assignment-08","commit_stats":null,"previous_names":["mdsaifurrahman117/mission-developer-assignment-08"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdsaifurrahman117%2FMission-Developer-Assignment-08","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdsaifurrahman117%2FMission-Developer-Assignment-08/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdsaifurrahman117%2FMission-Developer-Assignment-08/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdsaifurrahman117%2FMission-Developer-Assignment-08/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mdsaifurrahman117","download_url":"https://codeload.github.com/mdsaifurrahman117/Mission-Developer-Assignment-08/tar.gz/refs/heads/mian","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250366715,"owners_count":21418769,"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":["react","react-router"],"created_at":"2025-04-23T03:56:45.803Z","updated_at":"2025-04-23T03:56:46.359Z","avatar_url":"https://github.com/mdsaifurrahman117.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gadget Heaven\n\n![cover image](./public//assets/design/Gadget-Heaven-Home.jpg)\n\n## Overview\n\nGadget Heaven is a React application. It is built using modern React and React Router practices, including functional components and dynamic routes.\n\n## Read the docs \n\nRequirement Document : \u003ca href=\"./public/Batch-10_Assignment-08.pdf\"\u003eRead Docs\u003c/a\u003e\n\n## Design \n![Design image](./public//assets/design/Gadget-Heaven-Home.jpg)\n![Design image](./public//assets/design/Gadget-Heaven-Details.jpg)\n![Design image](./public//assets/design/Gadget-Heaven-Statistic.jpg)\n![Design image](./public//assets/design/Gadget-Heaven-Cart.jpg)\n![Design image](./public//assets/design/Gadget-Heaven-Wishlist.jpg)\n![Design image](./public//assets/design/Gadget-Heaven-Success.jpg)\n\n## Features\n\n- Dynamic Web Application\n- You can add product to the cart and buy it. \n- You can add product to wish list\n- Chart for completed books\n- Responsive design\n\n## Tech Stack and packages\n\n- React.js\n- React Router\n- Rechart\n- React Toastify\n- React Helmet\n- Tailwind CSS\n- DaisyUI\n\n## Installation\n\nTo get started with the project, follow these steps:\n\n```sh\n# Clone the repository\ngit clone https://github.com/mdsaifurrahman117/Mission-Developer-Assignment-08.git\n\n# Navigate into the project directory\ncd Mission-Developer-Assignment-08\n\n# Install dependencies\nnpm install\n\n# Start the development server\nnpm run dev\n```\n\n## Available Scripts\n\nIn the project directory, you can run:\n\n#### `npm run dev`\n\nRuns the app in development mode.\n\n#### `npm test`\n\nLaunches the test runner.\n\n#### `npm run build`\n\nBuilds the app for production.\n\n#### `vercel --prod`\n\nDeploy for production.\n\n## Project Structure\n\n```\nMission-Developer-Assignment-08/\n│── public/               # Static assets (assets, design, icons, etc.)\n│   ├── assets/ \n│   │   ├── design        # Application design\n│   │   │   ├── Gadget-Heaven-Cart.jpg\n│   │   │   ├── Gadget-Heaven-Details.jpg\n│   │   │   ├── Gadget-Heaven-Home.jpg\n│   │   │   ├── Gadget-Heaven-Statistic.jpg\n│   │   │   ├── Gadget-Heaven-Success.jpg\n│   │   │   └── Gadget-Heaven-Wishlist.jpg\n│   │   └── favicon.png   # Favicon\n│   ├── Batch-10_Assignment-08.pdf\n│   └── products.json     # Application data\n│\n│── src/                  # Main source code\n│   ├── assets/           # Static assets like images, etc.\n│   │   ├── banner.jpg\n│   │   └── Group.jpg\n│   ├── components/       # Reusable components\n│   │   ├── cart/         # Cart components\n│   │   │   ├── Cart_product.jsx\n│   │   │   └── Cart.jsx\n│   │   ├── products/     # Products components\n│   │   │   ├── Product_details.jsx\n│   │   │   ├── Products.jsx\n│   │   │   └── Product.jsx\n│   │   ├── wishlist/     # Wishlist components\n│   │   │   ├── Wishlist_product.jsx\n│   │   │   └── Wishlist.jsx\n│   │   ├── Button.jsx\n│   │   ├── Footer.jsx\n│   │   ├── Header.jsx\n│   │   └── Hero.jsx\n│   ├── layout/           # Page layout\n│   │   └── Root.jsx      # Root element\n│   ├── pages/            # Page components (Error page, Dashboard, Reviews, Statistic etc.)\n│   │   ├── review/       # Review components\n│   │   │   ├── Review.jsx\n│   │   │   └── Reviews.jsx\n│   │   ├── Dashboard.jsx\n│   │   ├── Error_page.jsx\n│   │   └── Statistic.jsx\n│   ├── utility/          # Utility functions/helpers\n│   │   ├── add_to_cart.js\n│   │   └── add_to_wishlist.js\n│   ├── App.jsx           # Root component\n│   ├── index.css         # Style element (Tailwind CSS, CSS, Fonts, etc)\n│   └── main.jsx          # Main entry point\n│\n│── .gitignore            # Git ignore file\n│── eslint.config.js      # ESLint config file\n│── index.html            # Index html file\n│── package-lock.json     # Node package manager\n│── package.json          # Dependencies and scripts\n│── README.md             # Documentation\n│── vercel.json           # Vercel configuration\n└── vite.config.js        # Vite configuration (if using Vite)\n```\n\n## Deployment\n\nThis project is deployed on vercel.\n\n- Live site : https://mission-developer-assignment-08.vercel.app\n\nThis project can be deployed using:\n\nTo deploy with Vercel:\n\n```sh\nnpm install -g vercel\nnpm run build\nvercel --prod\n```\n\n## Contact\n\nFor questions or issues, please reach out to [[saifurrahmansaif954@gmail.com](mailto\\:saifurrahmansaif954@gmail.com)] or open an issue in the repository.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdsaifurrahman117%2Fmission-developer-assignment-08","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmdsaifurrahman117%2Fmission-developer-assignment-08","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdsaifurrahman117%2Fmission-developer-assignment-08/lists"}