{"id":22621816,"url":"https://github.com/mahenrique94/udacity-my-reads","last_synced_at":"2026-04-20T09:34:13.225Z","repository":{"id":87129810,"uuid":"143359008","full_name":"mahenrique94/udacity-my-reads","owner":"mahenrique94","description":null,"archived":false,"fork":false,"pushed_at":"2018-08-28T18:40:47.000Z","size":445,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-09T23:38:47.754Z","etag":null,"topics":["bulma","bulma-css","cypress","docz","javascript","react","reactjs"],"latest_commit_sha":null,"homepage":null,"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/mahenrique94.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":"2018-08-03T00:46:56.000Z","updated_at":"2018-08-29T01:02:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"917f189c-2717-4a59-8607-83f282629ddb","html_url":"https://github.com/mahenrique94/udacity-my-reads","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mahenrique94/udacity-my-reads","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mahenrique94%2Fudacity-my-reads","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mahenrique94%2Fudacity-my-reads/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mahenrique94%2Fudacity-my-reads/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mahenrique94%2Fudacity-my-reads/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mahenrique94","download_url":"https://codeload.github.com/mahenrique94/udacity-my-reads/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mahenrique94%2Fudacity-my-reads/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32041560,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"online","status_checked_at":"2026-04-20T02:00:06.527Z","response_time":94,"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":["bulma","bulma-css","cypress","docz","javascript","react","reactjs"],"created_at":"2024-12-08T23:12:10.396Z","updated_at":"2026-04-20T09:34:13.202Z","avatar_url":"https://github.com/mahenrique94.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# My Reads\nProject made to finish a first module in React Nanodregree program on Udacity.\n\n## Project dependencies\nTo do this project, was used some libraries, like:\n\n1. axios\n2. babel\n3. eslint\n4. fontawesome\n5. history\n6. husky\n7. i18next\n8. i18next-browser-languagedetector\n9. jest\n10. normalize\n11. prop-types\n12. react\n13. react-bulma-components\n14. react-i18next\n15. react-router\n16. react-router-dom\n17. react-test-renderer\n18. styled-components\n19. webpack\n20. cypress\n21. docz\n\nThose are main libraries of the project.\n\n## Setup\nTo init and configure the project it's very simple, there's a lot of scripts done for a better automatization tasks like those.\n\n### Intall\nThe first necessary step is to install all project dependencies, you can just run on root source:\n\n```\nyarn\n```\n\nor\n\n```\nnpm i\n```\n\nWait all while all dependencies are downloaded and configured.\n\n### Start\nAfter that first step has been done, you can start a development local server with:\n\n```\nyarn start\n```\n\nor\n\n```\nnpm start\n```\n\nA development server will be started at your localhost laptop or computer.\n\n### Tests\nTo run all project tests, just run:\n\n```\nyarn test\n```\n\nor\n\n```\nnpm test\n```\n\n#### It's possible to test your UI by using `Cypress`, there's a three commands:\n\nTo test the UI in your terminal, run:\n\n```\nyarn cypress\n```\n\nor\n\n```\nnpm cypress\n```\n\nTo test the UI by using and showing a browser, like chrome, run:\n\n```\nyarn cypress:chrome\n```\n\nor\n\n```\nnpm cypress:chrome\n```\n\nAnd, if you want choose a specific test or to see the all possibles tests, run:\n\n```\nyarn cypress:open\n```\n\nor\n\n```\nnpm cypress:open\n```\n\n### Documentation\n\nIt's possible to test the app share components, by using `Docz`\n\nTo see a full documentation, you can run:\n\n```\nyarn docz:dev\n```\n\nor\n\n```\nnpm docz:dev\n```\n\nAll matches files will be tested.\n\n### ESLint\nIf you need check some code format, the project has been configured with ESLint, so you can check through:\n\n```\nyarn lint\n```\n\nor\n\n```\nnpm lint\n```\n\nIf some error was found, just run the same command with `lint:fix` to try fixed it.\n\nIf you want to see a demo of the app: [demo](https://udacity-my-reads.netlify.com/)\n\nIf you want to see a documentation of the app: [documentation]()\n\nThe app has been hosted by `Netlify`.\n\nThanks\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmahenrique94%2Fudacity-my-reads","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmahenrique94%2Fudacity-my-reads","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmahenrique94%2Fudacity-my-reads/lists"}