{"id":25222809,"url":"https://github.com/hartiganhm/our-planet","last_synced_at":"2025-08-08T05:05:23.743Z","repository":{"id":27881000,"uuid":"114681927","full_name":"HartiganHM/our-planet","owner":"HartiganHM","description":"Our Planet - Front End: Built with React, Redux, and Router. A web application centered around the well being of endangered animals across the globe.","archived":false,"fork":false,"pushed_at":"2025-07-19T17:59:49.000Z","size":200180,"stargazers_count":1,"open_issues_count":22,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-19T20:57:02.890Z","etag":null,"topics":["endangered-animals","enzyme","jest","react","react-router","redux","sass"],"latest_commit_sha":null,"homepage":"http://hartiganhm.com/our-planet/","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/HartiganHM.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":"2017-12-18T19:54:03.000Z","updated_at":"2025-07-19T17:59:36.000Z","dependencies_parsed_at":"2025-07-19T19:26:37.119Z","dependency_job_id":null,"html_url":"https://github.com/HartiganHM/our-planet","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/HartiganHM/our-planet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HartiganHM%2Four-planet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HartiganHM%2Four-planet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HartiganHM%2Four-planet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HartiganHM%2Four-planet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HartiganHM","download_url":"https://codeload.github.com/HartiganHM/our-planet/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HartiganHM%2Four-planet/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269366853,"owners_count":24405250,"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","status":"online","status_checked_at":"2025-08-08T02:00:09.200Z","response_time":72,"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":["endangered-animals","enzyme","jest","react","react-router","redux","sass"],"created_at":"2025-02-10T23:58:51.611Z","updated_at":"2025-08-08T05:05:23.698Z","avatar_url":"https://github.com/HartiganHM.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Our Planet](src/images/branding/Our-Planet-Wordmark-Small.png)\n\n# Our Planet\n\u003e A study in React, Redux, and Node.js centered around the well being of endangered animals across the globe\n\nOur Planet is a web application built as part of the curriculum at Turing School of Software \u0026 Design. The project incorporates both a back-end database and a front-end user interface. [The back-end repository](https://github.com/HartiganHM/our-planet-be) was built using Node.js and Knex, while the front-end was constructed primarily through React and Redux. All styling was done through Sass and the testing suite runs through Enzyme and Jest.\n\nFor the subject matter of representing endangered animals, during research, it was evident that most information available online about endangered animals was well represented, but tucked away and hidden. Our Planet makes use of a wealth of stunning photos in order to resonate with users in a more immediate way. It is our hope that you walk away with a greater awareness of the impact we have, as humans, to the other species that call this planet home.\n\n## Installing / Getting started\n\nTo get the project running on your machine, clone the repository down. Once complete run:\n\n```shell\nnpm install\n```\n\nThis will give you all of the primary dependencies you need to run the application. The repository makes use of `node-sass-chokidar`, a CSS style watcher and compiler that is friendly with `create-react-app`. Though all of the stylesheets are `.scss`, the `.js` files themselves look for a `.css`. To prepare for this, run:\n\n```shell\nnpm run build-css\n```\n\nThis will allow `node-sass-chokidar` to build the `.css` files that all of the `.js` require when running. \n\nYou should now be ready to start the application! Run the following command to boot it up:\n\n```shell\nnpm start\n```\n\nThis script has been built to start your application on `localhost:3000`, as well as watch your CSS for any style changes and run a linter. Any linting warnings will show up in the terminal, as well as the console of your browser.\n\n## Developing\n\n### Built With\nReact, Redux, Sass, Enzyme, Jest, React Router\n\n### Setting up Dev\n\nHere's a brief intro about what a developer must do in order to start developing\nthe project further:\n\n```shell\ngit clone git@github.com:HartiganHM/our-planet.git\ncd our-planet/\nnpm install\n```\n\nAs mentioned above, this will get the project installed on your machine. Before you start, however, you must build all of the necessary `.css` files with the following comand:\n\n```shell\nnpm run build-css\n```\n\nThe project is now ready to be built upon in the development environment.\n\n## Tests\n\nThe testing suite runs through Enzyme and Jest. To run the testing suite, enter the following command:\n\n```shell\nnpm test\n```\n\nAny new tests will populate in the terminal. If no changes have been made to any of the tests since the last commit, you will have the following options:\n\n* `a`: Run all tests\n* `p`: Filter tests by file name\n* `t`: Filter tests by test name\n* `q`: Quit watch mode\n\nThe testing suite is comprhenzive in scope, checking all `.js` files, including Redux architecture, React conditional rendering, helper functions, and API calls.\n\n## Style guide\n\nThe styling of this project uses Sass with an independent style sheet for any component or container. The `styles/` directory holds all mixins and variables which reference reused styling methods for specific content sections, as well as the overarching color palette for the project.\n\nAn initial wireframe was also created for Our Plant prior to the project being built. This set the ground work for an over-arching design concept as well as intial UI/UX structure.\n\n[Our Planet UI/UX Wireframe](https://xd.adobe.com/view/a017c691-0ff2-4b78-979a-b5e5e64187b7)\n\n## Api Reference and Database\n\nThe API calls used in this project references the [Our Planet BE Database](https://github.com/HartiganHM/our-planet-be) using two `GET` calls for the `animals` and `continents` endpoints. For more information about the this database, please reference the above repo.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhartiganhm%2Four-planet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhartiganhm%2Four-planet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhartiganhm%2Four-planet/lists"}