{"id":27156609,"url":"https://github.com/itmysm/tabdeal-challenge","last_synced_at":"2026-04-30T10:10:35.023Z","repository":{"id":281729506,"uuid":"946031765","full_name":"itmysm/tabdeal-challenge","owner":"itmysm","description":"This repository contains Tabdeal challenge","archived":false,"fork":false,"pushed_at":"2025-04-06T11:44:41.000Z","size":605,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-06T12:28:55.143Z","etag":null,"topics":["challenge","marvel","nuxt","vue"],"latest_commit_sha":null,"homepage":"https://tabdeal.netlify.app","language":"Vue","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/itmysm.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":"2025-03-10T14:00:39.000Z","updated_at":"2025-04-06T11:44:44.000Z","dependencies_parsed_at":"2025-03-10T21:30:18.176Z","dependency_job_id":null,"html_url":"https://github.com/itmysm/tabdeal-challenge","commit_stats":null,"previous_names":["itmysm/tabdeal-challenge"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/itmysm/tabdeal-challenge","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itmysm%2Ftabdeal-challenge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itmysm%2Ftabdeal-challenge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itmysm%2Ftabdeal-challenge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itmysm%2Ftabdeal-challenge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/itmysm","download_url":"https://codeload.github.com/itmysm/tabdeal-challenge/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itmysm%2Ftabdeal-challenge/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32461001,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"online","status_checked_at":"2026-04-30T02:00:05.929Z","response_time":57,"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":["challenge","marvel","nuxt","vue"],"created_at":"2025-04-08T20:31:16.428Z","updated_at":"2026-04-30T10:10:35.009Z","avatar_url":"https://github.com/itmysm.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tabdeal Marvel Challenge\n\n**A Nuxt 3 and Vue 3 project showcasing Marvel characters, comics, and series using the Marvel API.**\n\nThis project is a coding challenge for **Tabdeal Exchange Company**. It’s a web application built with modern frontend technologies, featuring a responsive UI to explore Marvel characters, their comics, and series. Deployed on Netlify, it leverages the Marvel API to fetch and display dynamic data.\n\n**[Live Demo](https://tabdeal.netlify.app)**\n\n---\n\n## Features\n\n- **Character Exploration**: Browse a list of Marvel characters with search and pagination functionality.\n- **Comics \u0026 Series**: View detailed information about each character’s comics and series.\n- **Responsive Design**: Built with Tailwind CSS for a mobile-friendly experience.\n- **Optimized Images**: Uses Nuxt Image module for efficient image loading (optional static image support).\n- **Marvel API Integration**: Fetches real-time data from the official Marvel API.\n\n---\n\n## Tech Stack\n\n- **Framework**: Nuxt 3 (Vue 3)\n- **Language**: TypeScript\n- **Styling**: Tailwind CSS\n- **API**: [Marvel Developer API](https://developer.marvel.com/)\n- **Deployment**: Netlify\n- **Modules**: `@nuxt/image` for image optimization\n- **Tools**: Vite, ESLint, Prettier\n\n---\n\n## Project Structure\n\n```\n├── nuxt.config.ts         # Nuxt configuration\n├── public/                # Static files (e.g., favicon)\n│   ├── images/\n│   └── robots.txt\n├── src/                   # Source directory\n│   ├── assets/            # Images and CSS\n│   │   ├── css/\n│   │   └── images/\n│   ├── components/        # Reusable Vue components\n│   ├── layouts/           # Page layouts\n│   ├── pages/             # Application routes\n│   ├── server/            # Server-side API routes\n│   ├── types/             # TypeScript definitions\n│   └── utils/             # Utility functions\n├── README.md              # Project documentation\n└── tsconfig.json          # TypeScript configuration\n```\n\n---\n\n## Prerequisites\n\nBefore running the project locally, ensure you have:\n\n- **Node.js**: v18 or higher\n- **npm**: v9 or higher (or use `pnpm`/`yarn` if preferred)\n- **Marvel API Key**: Sign up at [developer.marvel.com](https://developer.marvel.com/) to get your public and private keys.\n\n---\n\n## Setup Instructions\n\n1. **Clone the Repository**  \n   ```bash\n   git clone https://github.com/itmysm/tabdeal-challenge.git\n   cd tabdeal-challenge\n   ```\n\n2. **Install Dependencies**  \n   ```bash\n   npm install\n   ```\n\n3. **Configure Environment Variables**  \n   Create a `.env` file in the root directory and add your Marvel API keys and base URL:\n   ```\n   BASE_URL=https://tabdeal.netlify.app\n   MARVEL_PUBLIC_KEY=your-public-key\n   MARVEL_PRIVATE_KEY=your-private-key\n   ```\n\n4. **Run Locally**  \n   Start the development server:\n   ```bash\n   npm run dev\n   ```\n   Open [http://localhost:3000](http://localhost:3000) in your browser.\n\n5. **Build for Production**  \n   Generate a production-ready build:\n   ```bash\n   npm run build\n   npm run preview\n   ```\n\n---\n\n## Credits\n\n- **Marvel API**: Data provided by [Marvel Developer Portal](https://developer.marvel.com/).\n- **Tabdeal Exchange Company**: This project was created as a coding challenge for Tabdeal.\n- **Built by**: [itmysm](https://github.com/itmysm)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitmysm%2Ftabdeal-challenge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitmysm%2Ftabdeal-challenge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitmysm%2Ftabdeal-challenge/lists"}