{"id":26826639,"url":"https://github.com/dracudev/star-wars-app","last_synced_at":"2026-04-07T07:37:28.619Z","repository":{"id":265684787,"uuid":"896451078","full_name":"dracudev/star-wars-app","owner":"dracudev","description":"React app displaying Star Wars ship details from SWAPI, with pagination, user authentication, and protected routes.","archived":false,"fork":false,"pushed_at":"2025-08-14T21:14:02.000Z","size":3166,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-03T14:25:25.014Z","etag":null,"topics":["firebase-auth","jest","react","reactjs","redux","storybook","tailwindcss","typescript","vite"],"latest_commit_sha":null,"homepage":"https://dracudev-star-wars.vercel.app/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dracudev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-11-30T11:57:15.000Z","updated_at":"2025-08-14T21:14:05.000Z","dependencies_parsed_at":"2024-11-30T14:28:44.349Z","dependency_job_id":"7178eea6-ba9a-49ce-b7de-1819cd9d227e","html_url":"https://github.com/dracudev/star-wars-app","commit_stats":null,"previous_names":["dracudev/s7-star-wars-app","dracudev/star-wars-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dracudev/star-wars-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dracudev%2Fstar-wars-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dracudev%2Fstar-wars-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dracudev%2Fstar-wars-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dracudev%2Fstar-wars-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dracudev","download_url":"https://codeload.github.com/dracudev/star-wars-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dracudev%2Fstar-wars-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31504897,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T03:10:19.677Z","status":"ssl_error","status_checked_at":"2026-04-07T03:10:13.982Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["firebase-auth","jest","react","reactjs","redux","storybook","tailwindcss","typescript","vite"],"created_at":"2025-03-30T11:29:08.225Z","updated_at":"2026-04-07T07:37:28.587Z","avatar_url":"https://github.com/dracudev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Star Wars App\n\n![Star Wars App](public/images/mockup.png)\n\n\u003e A React web application that displays information about Star Wars starships by consuming data from the SWAPI. Features detailed ship information, pagination, and protected routes with Firebase authentication.\n\n[![Live Demo](https://img.shields.io/badge/Live%20Demo-dracudev--star--wars.vercel.app-blue?style=for-the-badge\u0026logo=vercel)](https://dracudev-star-wars.vercel.app/)\n[![License: ISC](https://img.shields.io/badge/License-ISC-blue.svg?style=for-the-badge)](LICENSE.md)\n\n## 📄 Description\n\nThis project involves creating a React web application that displays information about Star Wars ships by consuming data from an API. The app will show a list of ships with their essential details, and when clicked, it will display the detailed information of each ship. The project also implements pagination and protected routes for logged-in users.\n\nThe app is designed as part of a technical test for front-end developers in the e-commerce sector in Barcelona.\n\n### Objectives\n\n- Consume data from an external API.\n- Display and manage paginated data.\n- Enhance user experience with dynamic navigation and detailed views.\n- Implement protected routes using authentication.\n- Use Redux for state management.\n- Utilize Tailwind CSS for styling and Storybook for component development.\n\n\u003cbr\u003e\n\n## 💻 Technologies Used\n\n- **Vite** for development and building the app.\n- **React** and **React-DOM** for creating the component-based UI.\n- **React Router DOM** for handling routing and navigation.\n- **Redux Toolkit** for state management.\n- **TailwindCSS** for utility-first responsive styling.\n- **Firebase** for user authentication and management.\n- **Storybook** for building and testing components in isolation.\n- **Jest** for unit testing.\n- **Zod** for schema validation.\n- **Lucide-react** and **React Icons** for integrating icons.\n- **React Hook Form** for handling forms.\n\n\u003cbr\u003e\n\n## 📋 Requirements\n\n- **Node.js 16 or newer**: JavaScript runtime for executing the project.\n- **npm** or **yarn**: Package manager to install dependencies.\n- **A modern web browser**: Required to run the application.\n- **Vite**: Preconfigured as part of the project for development and build processes.\n\n\u003cbr\u003e\n\n## 🛠️ Installation\n\n1. Clone this repository:\n\n  ```bash\n  git clone https://github.com/dracudev/S7-Star-Wars-App.git\n  ```\n\n2. Navigate to the project directory:\n\n  ```bash\n  cd S7-Star-Wars-App\n  ```\n\n3. Open the project in your text editor and start coding.\n\n  ```bash\n  code .\n  ```\n\n4. Create a .env file in the root of the project and replace the values with your personal Firebase API keys:\n\n  ```env\n  VITE_FIREBASE_API_KEY=your_firebase_api_key\n  VITE_FIREBASE_AUTH_DOMAIN=your_firebase_auth_domain\n  VITE_FIREBASE_PROJECT_ID=your_firebase_project_id\n  VITE_FIREBASE_STORAGE_BUCKET=your_firebase_storage_bucket\n  VITE_FIREBASE_MESSAGING_SENDER_ID=your_firebase_messaging_sender_id\n  VITE_FIREBASE_APP_ID=your_firebase_app_id\n  ```\n\n\u003cbr\u003e\n\n## ▶️ Execution\n\n1. Install the dependencies and run the server.\n\n  ```bash\n  npm install\n  npm run dev\n  ```\n\n2. Run the unitary tests.\n\n  ```bash\n  npx jest\n  ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdracudev%2Fstar-wars-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdracudev%2Fstar-wars-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdracudev%2Fstar-wars-app/lists"}