{"id":25874501,"url":"https://github.com/apfirebolt/react_nasa_api","last_synced_at":"2026-05-12T14:42:16.706Z","repository":{"id":278307318,"uuid":"935180972","full_name":"Apfirebolt/react_nasa_api","owner":"Apfirebolt","description":"An application in React 19 which shows SpaceX data from their open API. For UI components it uses Ant Design components.","archived":false,"fork":false,"pushed_at":"2025-11-15T20:16:02.000Z","size":933,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-15T22:08:31.871Z","etag":null,"topics":["antd","antdesign","api-integration","react-redux","react19","redux-toolkit","spacex-api","vite","vitest"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/Apfirebolt.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":"2025-02-19T03:12:07.000Z","updated_at":"2025-11-15T20:16:05.000Z","dependencies_parsed_at":"2025-03-14T14:32:02.261Z","dependency_job_id":null,"html_url":"https://github.com/Apfirebolt/react_nasa_api","commit_stats":null,"previous_names":["apfirebolt/react_nasa_api"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Apfirebolt/react_nasa_api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Apfirebolt%2Freact_nasa_api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Apfirebolt%2Freact_nasa_api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Apfirebolt%2Freact_nasa_api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Apfirebolt%2Freact_nasa_api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Apfirebolt","download_url":"https://codeload.github.com/Apfirebolt/react_nasa_api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Apfirebolt%2Freact_nasa_api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32944276,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-12T09:19:52.626Z","status":"ssl_error","status_checked_at":"2026-05-12T09:17:33.438Z","response_time":102,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["antd","antdesign","api-integration","react-redux","react19","redux-toolkit","spacex-api","vite","vitest"],"created_at":"2025-03-02T09:28:09.721Z","updated_at":"2026-05-12T14:42:16.689Z","avatar_url":"https://github.com/Apfirebolt.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React NASA API\n\n![React](https://img.shields.io/badge/React-20232A?style=for-the-badge\u0026logo=react\u0026logoColor=61DAFB)\n![Ant Design](https://img.shields.io/badge/Ant%20Design-0170FE?style=for-the-badge\u0026logo=ant-design\u0026logoColor=white)\n![Redux](https://img.shields.io/badge/Redux-764ABC?style=for-the-badge\u0026logo=redux\u0026logoColor=white)\n![Redux Toolkit](https://img.shields.io/badge/Redux%20Toolkit-764ABC?style=for-the-badge\u0026logo=redux\u0026logoColor=white)\n![Vite](https://img.shields.io/badge/Vite-646CFF?style=for-the-badge\u0026logo=vite\u0026logoColor=white)\n\nA hobby application to test UI components of Ant design. For data it uses open API exposed from SpaceX.\n\n### Features\n\n- **SpaceX API Integration**: Fetches data from SpaceX's public APIs.\n- **Responsive Design**: Ensures the app looks good on all devices.\n- **State Management**: Utilizes Redux and Redux Toolkit for state management.\n- **UI Components**: Built with Ant Design for a sleek and modern interface.\n- **Fast Development**: Uses Vite for a fast and optimized development experience.\n- **Linting and Formatting**: Integrated ESLint for code quality and consistency.\n\n### Prerequisites\n\nMake sure you have the following installed:\n\n- [Node.js](https://nodejs.org/) (version 14 or higher)\n- [npm](https://www.npmjs.com/) or [yarn](https://yarnpkg.com/)\n\n### Screenshots\n\nHere are some screenshots of the application:\n\n![Screenshot 1](./screenshots/1.png)\n![Screenshot 2](./screenshots/2.png)\n![Screenshot 2](./screenshots/3.png)\n\n\n### Installation\n\n1. Clone the repository:\n\n    ```sh\n    git clone https://github.com/apfirebolt/react_nasa_api.git\n    cd react_nasa_api\n    ```\n\n2. Install the dependencies:\n\n    ```sh\n    npm install\n    # or\n    yarn install\n    ```\n\n### Running the Development Server\n\nTo start the development server, run:\n\n```sh\nnpm run dev\n# or\nyarn dev\n```\n\nThis will start the Vite development server and you can view the application by navigating to `http://localhost:3000` in your browser.\n\n### Building for Production\n\nTo create a production build, run:\n\n```sh\nnpm run build\n# or\nyarn build\n```\n\nThis will bundle the application into static files for production.\n\n### Docker Deployment\n\nCreate image from the Dockerfile using the command\n\n```\n docker build -t nasa_image .\n```\n\nUsing the Docker desktop tool run the application.\n\n### Linting\n\nTo lint the project, run:\n\n```sh\nnpm run lint\n# or\nyarn lint\n```\n\n### Project Structure\n\n```plaintext\nreact_nasa_api/\n├── public/             # Static assets\n├── src/                # Source files\n│   ├── assets/         # Assets like images, styles, etc.\n│   ├── components/     # React components\n│   ├── pages/          # Page components\n│   ├── App.jsx         # Main App component\n│   ├── main.jsx        # Entry point\n├── .eslintrc.js        # ESLint configuration\n├── vite.config.js      # Vite configuration\n├── package.json        # Project metadata and dependencies\n└── README.md           # Project documentation\n```\n\n### Contributing\n\nContributions are welcome! Please open an issue or submit a pull request.\n\n### License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n### Acknowledgements\n\n- [NASA API](https://api.nasa.gov/) for providing the data\n- [React](https://reactjs.org/) for the UI library\n- [Vite](https://vitejs.dev/) for the build tool\n- [ESLint](https://eslint.org/) for the linting tool\n\n### Contact\n\nIf you have any questions, feel free to reach out at [aspper20@gmail.com](mailto:aspper20@gmail.com).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapfirebolt%2Freact_nasa_api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapfirebolt%2Freact_nasa_api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapfirebolt%2Freact_nasa_api/lists"}