{"id":20841138,"url":"https://github.com/james-langridge/space-is-cool","last_synced_at":"2026-01-30T22:06:43.585Z","repository":{"id":164080638,"uuid":"637992023","full_name":"james-langridge/space-is-cool","owner":"james-langridge","description":"User interface to view, search, and save photos taken by NASA's rovers on Mars, made with Next.js 14 (App Router), React Server Components, Tailwind CSS, and shadcn/ui.","archived":false,"fork":false,"pushed_at":"2024-11-29T10:11:27.000Z","size":2081,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-03-24T12:39:43.220Z","etag":null,"topics":["nasa","nasa-api","nasa-rovers","nextjs","react","rsc","shadcn-ui","space","typescript","vercel"],"latest_commit_sha":null,"homepage":"https://space-is-cool.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/james-langridge.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2023-05-08T21:13:36.000Z","updated_at":"2024-11-29T10:11:31.000Z","dependencies_parsed_at":"2024-11-29T11:22:18.467Z","dependency_job_id":"caa46abb-b31c-44eb-8137-8ae5da4fc907","html_url":"https://github.com/james-langridge/space-is-cool","commit_stats":{"total_commits":183,"total_committers":2,"mean_commits":91.5,"dds":"0.40437158469945356","last_synced_commit":"4251b5f18a38ea3e87990998d0b09989dcde1e52"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/james-langridge%2Fspace-is-cool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/james-langridge%2Fspace-is-cool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/james-langridge%2Fspace-is-cool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/james-langridge%2Fspace-is-cool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/james-langridge","download_url":"https://codeload.github.com/james-langridge/space-is-cool/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248229645,"owners_count":21068950,"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":["nasa","nasa-api","nasa-rovers","nextjs","react","rsc","shadcn-ui","space","typescript","vercel"],"created_at":"2024-11-18T01:18:57.652Z","updated_at":"2026-01-30T22:06:43.579Z","avatar_url":"https://github.com/james-langridge.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## About The Project\n\nThis is a user interface to view, search, and save photos taken by\nNASA\u0026apos;s rovers on Mars, which are made public via the [Mars Rovers Photos API](https://api.nasa.gov/#mars-rover-photos), made with Next.js 14 (App Router), React Server Components, Tailwind CSS, and TypeScript.\n\n## Routes\n┌ ○ /  \n├ ○ /favourites  \n├ λ /manifests  \n├ λ /manifests/[rover]  \n├ λ /manifests/[rover]/photos  \n├ λ /photo/[id]  \n├ λ /photo/favourites  \n├ ○ /search  \n├ λ /search/[rover]  \n├ λ /search/[rover]/[date]  \n└ λ /search/[rover]/[date]/[camera]\n\n○  (Static)   prerendered as static content  \nλ  (Dynamic)  server-rendered on demand using Node.js\n\n[View demo](https://space-is-cool.vercel.app/).\n\n## Screenshots from mobile device\n\n\u003cimg src=\"public/search-form.PNG\" width=\"31%\" height=\"auto\" alt=\"Search form screenshot\"\u003e\u0026nbsp;\n\u003cimg src=\"public/search-results.PNG\" width=\"31%\" height=\"auto\" alt=\"Search results screenshot\"\u003e\u0026nbsp;\n\u003cimg src=\"public/full.PNG\" width=\"31%\" height=\"auto\" alt=\"Full size photo screenshot\"\u003e\n\u003cbr\u003e\n\u003cimg src=\"public/info.PNG\" width=\"31%\" height=\"auto\" alt=\"Photo info screenshot\"\u003e\u0026nbsp;\n\u003cimg src=\"public/manifest-summary.PNG\" width=\"31%\" height=\"auto\" alt=\"Rover manifest summary\"\u003e\u0026nbsp;\n\u003cimg src=\"public/manifest-full.PNG\" width=\"31%\" height=\"auto\" alt=\"Rover manifest full\"\u003e\n\n## Run it locally\n\n### Prerequisites\n\n- Get a [NASA developer key](https://api.nasa.gov/#signUp).\n\n### Installation\n\n1. Clone the repo\n   ```sh\n   git clone https://github.com/james-langridge/space-is-cool.git\n   ```\n\n2. Install NPM packages\n   ```sh\n   npm install\n   ```\n\n3. Copy `.env.local.example` to `.env.local` and add your API key.\n    ```sh\n    cp .env.local.example .env.local\n    ```\n\n6. Start the development server:\n    ```sh\n    npm run dev\n    ```\n\n## Deploy your own\n\nYou can clone and deploy this project on Vercel using the button below.\n\n[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fjames-langridge%2Fspace-is-cool\u0026env=NASA_API_KEY,NASA_BASE_URL\u0026envDescription=API%20key%20and%20base%20url%20for%20NASA%20photos\u0026envLink=https%3A%2F%2Fgithub.com%2Fjames-langridge%2Fspace-is-cool%23run-it-locally\u0026demo-title=Space%20is%20Cool\u0026demo-description=A%20UI%20to%20view%2C%20search%2C%20and%20save%20photos%20taken%20by%20NASA's%20rovers%20on%20Mars.\u0026demo-url=https%3A%2F%2Fspace-is-cool.vercel.app%2F\u0026demo-image=https%3A%2F%2Fspace-is-cool.vercel.app%2Fsearch.PNG)\n\nSee the [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.\n\n## License\n\nCode distributed under the [MIT License](https://github.com/james-langridge/space-is-cool/blob/main/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjames-langridge%2Fspace-is-cool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjames-langridge%2Fspace-is-cool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjames-langridge%2Fspace-is-cool/lists"}