{"id":15482093,"url":"https://github.com/moguelor/react-venados-test","last_synced_at":"2026-01-20T21:32:38.448Z","repository":{"id":42340375,"uuid":"168644385","full_name":"moguelor/react-venados-test","owner":"moguelor","description":"Application for the team soccer Venados in Mérida Yucatán, created with react.js.","archived":false,"fork":false,"pushed_at":"2023-01-26T09:07:27.000Z","size":2019,"stargazers_count":1,"open_issues_count":22,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-06T18:50:39.344Z","etag":null,"topics":["glamor","immutability-helper","moment","react","react-motion","react-router","recruiter","redux","redux-thunk","reselect"],"latest_commit_sha":null,"homepage":"https://moguelor.github.io/react-venados-test/","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/moguelor.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}},"created_at":"2019-02-01T04:55:06.000Z","updated_at":"2023-03-08T15:14:36.000Z","dependencies_parsed_at":"2023-02-14T15:30:49.428Z","dependency_job_id":null,"html_url":"https://github.com/moguelor/react-venados-test","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/moguelor/react-venados-test","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moguelor%2Freact-venados-test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moguelor%2Freact-venados-test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moguelor%2Freact-venados-test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moguelor%2Freact-venados-test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/moguelor","download_url":"https://codeload.github.com/moguelor/react-venados-test/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moguelor%2Freact-venados-test/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28614590,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T18:56:40.769Z","status":"ssl_error","status_checked_at":"2026-01-20T18:54:26.653Z","response_time":117,"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":["glamor","immutability-helper","moment","react","react-motion","react-router","recruiter","redux","redux-thunk","reselect"],"created_at":"2024-10-02T05:07:48.250Z","updated_at":"2026-01-20T21:32:38.432Z","avatar_url":"https://github.com/moguelor.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React Venados App Test [Live Demo](https://moguelor.github.io/react-venados-test/)\n\nProject created for show knowledge in react.js, \nthe required issues you could find in the next [here](https://bitbucket.org/dacodes/pruebas/src/master/Android/):  \n\n\n# Started Kit\n\nThe initial structure was created by [Create React App](https://github.com/facebook/create-react-app), it's very helpul and fast when start the project.\n\n# Get Started\n\n* `git clone https://github.com/jmoguelruiz/react-venados-test.git`\n* `cd react-venados-test`\n* `yarn install`\n* `yarn start`\n\n# Structure Folder\n\nIs used the metodology called _\"Structure By Features\"_ for the organization of folders, I think that is the easy way for to manage big projects.\n\n[More Info.](https://jaysoo.ca/2016/02/28/organizing-redux-application/)\n\n```bash\n.\n├── src                       # Main code.\n│   ├── common                # Reusable code.\n│       ├── components        # Reusable components in react.\n├── pages                     # Each module of application, is commonly defined by the direction from react/router.\n│   ├── home                  # Main page.\n│       ├── actions           # Redux actions. List of the differents actions.\n│           ├── index.js      # Main point entry for actions. \n│       ├── api               # Api actions.\n│           ├── index.js      # Main point for api actions.\n│       ├── components        # Local component by module.\n│           ├── index.js      # Main point for components.\n│       ├── actionTypes.js    # Constants to identify what actions we have.\n│       ├── constants.js      # General constants.\n│       ├── Container.js      # Smart component with redux.\n│       ├── index.js          # Main point of module. (actions, reducer, Container, etc).\n│       ├── reducer.js        # Reducer de redux.\n│       ├── selectors.js      # Getters for the state de redux.\n│   ├── configureStore        # Configuration of store de redux.\n│   ├── index.js              # Application point entry.\n```\n\n# Libraries.\n\nSome libraries used.\n\n|               |               |              \n| ------------- | ------------- \n| [react](https://reactjs.org/) \n| [redux](https://es.redux.js.org/) \n| [react-redux](https://github.com/reduxjs/react-redux) \n| [react-router](https://github.com/ReactTraining/react-router) \n| [connected-react-router](https://github.com/supasate/connected-react-router) \n| [reselect](https://github.com/reduxjs/reselect) \n| [react-motion](https://github.com/chenglou/react-motion) \n| [glamor](https://github.com/threepointone/glamor) \n| [redux-thunk](https://github.com/reduxjs/redux-thunk) \n| [redux-api-middleware](https://github.com/agraboso/redux-api-middleware) \n| [moment](https://momentjs.com/)\n| [react-modal](https://github.com/reactjs/react-modal) \n| [prop-types](https://github.com/facebook/prop-types) \n| [immutability-helper](https://github.com/kolodny/immutability-helper) \n| [redux-immutable-state-invariant](https://github.com/leoasis/redux-immutable-state-invariant) \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoguelor%2Freact-venados-test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoguelor%2Freact-venados-test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoguelor%2Freact-venados-test/lists"}