{"id":18514108,"url":"https://github.com/kooltheba/projectalpha_react","last_synced_at":"2026-04-11T12:05:41.118Z","repository":{"id":56441606,"uuid":"298774996","full_name":"KoolTheba/projectAlpha_react","owner":"KoolTheba","description":"This project is meant to serve as a my showcase 💅  and also as a reference for whoever wants to hone their React skills! 🚀","archived":false,"fork":false,"pushed_at":"2020-11-07T16:45:56.000Z","size":691,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-17T03:37:04.678Z","etag":null,"topics":["apollo","enzyme","error-handling","graphql","hoc","hooks","jest","lazy-loading","material-ui","react","react-router","styled-components","testing"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KoolTheba.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}},"created_at":"2020-09-26T08:54:43.000Z","updated_at":"2023-03-04T04:37:50.000Z","dependencies_parsed_at":"2022-08-15T18:50:20.577Z","dependency_job_id":null,"html_url":"https://github.com/KoolTheba/projectAlpha_react","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KoolTheba%2FprojectAlpha_react","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KoolTheba%2FprojectAlpha_react/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KoolTheba%2FprojectAlpha_react/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KoolTheba%2FprojectAlpha_react/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KoolTheba","download_url":"https://codeload.github.com/KoolTheba/projectAlpha_react/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254149986,"owners_count":22022852,"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":["apollo","enzyme","error-handling","graphql","hoc","hooks","jest","lazy-loading","material-ui","react","react-router","styled-components","testing"],"created_at":"2024-11-06T15:42:00.193Z","updated_at":"2026-04-11T12:05:41.069Z","avatar_url":"https://github.com/KoolTheba.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Project Alpha React 🦄 \n**This project is meant to serve as a my showcase 💅 and also as a reference for whoever wants to hone their React skills!** 🚀\n\nYou'll find a series of **practices**, small and not-so-small pieces of code that will help you to sharp, step by step, all the coolest React, Hooks, Router, Testing, Styling and GraphQL features.\n\n\u003cbr\u003e\n    \u003cp align=\"center\"\u003e\n        \u003cimg src='https://media.giphy.com/media/3oEdv2vgyPH1PVeS2I/giphy.gif' alt=\"woman-coding\"/\u003e\n    \u003c/p\u003e\n\u003c/br\u003e\n\nIf you can read Spanish, you can follow the notes of the [React-GraphQL course](https://github.com/zamarrowski/Curso-React-Redux) by [@zamarrowski](https://github.com/zamarrowski) and [@Fictizia](https://github.com/Fictizia) or, along with any other course, you can also practice with all these proposals.\n\n\u003e I've realized that building a full application while learning React can be kind of overwhelming. 😅\n\n\u003e So why not develop small pieces of code while being intelectually challenged? If the answer is 'yeah! let's go for it', this is your repo! 😎\n\n### Where to start\n1. If your intention is to check around what I'm capable to do with React, first WELCOME! 🥰 and second, the practices are divided by React and other libraries blocks. \nPlease follow the `steps` below for an easier navigation. In `lecture` you can find the practices instructions.\n\n2. If you want to practice and you can read Spanish, read first what the exercises are about in `lecture`, open you favorite code editor and GO FOR IT!! 💥💥\n\n\u003cbr\u003e\n\u003cp align=\"center\"\u003e\n    \u003cimg src='https://media.giphy.com/media/ekjmhJUGHJm7FC4Juo/giphy-downsized.gif' alt=\"woman-swe\"/\u003e\n\u003c/p\u003e\n\u003c/br\u003e\n\n### Steps\n\n- [1. Basics](https://github.com/KoolTheba/projectAlpha_react/tree/master/src/components/1.basics) - [Lecture](https://github.com/zamarrowski/Curso-React-Redux/blob/master/modulo2/render.md)\n- [2. Props](https://github.com/KoolTheba/projectAlpha_react/tree/master/src/components/2.props) - [Lecture](https://github.com/zamarrowski/Curso-React-Redux/blob/master/modulo2/props.md)\n- [3. State](https://github.com/KoolTheba/projectAlpha_react/tree/master/src/components/3.state) - [Lecture](https://github.com/zamarrowski/Curso-React-Redux/blob/master/modulo2/state.md)\n- [4. Lifecycle Methods](https://github.com/KoolTheba/projectAlpha_react/tree/master/src/components/4.lifeCycle) - [Lecture](https://github.com/zamarrowski/Curso-React-Redux/blob/master/modulo2/lifecycle.md)\n- [5. Events](https://github.com/KoolTheba/projectAlpha_react/tree/master/src/components/5.events) - [Lecture](https://github.com/zamarrowski/Curso-React-Redux/blob/master/modulo2/events.md)\n- [6. Rendering](https://github.com/KoolTheba/projectAlpha_react/tree/master/src/components/6.rendering) - [Lecture](https://github.com/zamarrowski/Curso-React-Redux/blob/master/modulo2/conditionalRender.md)\n- [7. Rendering Lists](https://github.com/KoolTheba/projectAlpha_react/tree/master/src/components/7.renderingLists) - [Lecture](https://github.com/zamarrowski/Curso-React-Redux/blob/master/modulo2/renderList.md)\n- [8. Persistace Redering Lists](https://github.com/KoolTheba/projectAlpha_react/tree/master/src/components/8.persistance_renderingLists) using my own library [todos-goals-api-localstorage](https://github.com/KoolTheba/todos-goals-api-localstorage)\n- [9. Forms](https://github.com/KoolTheba/projectAlpha_react/tree/master/src/components/9.forms) - [Lecture](https://github.com/zamarrowski/Curso-React-Redux/blob/master/modulo2/forms.md)\n- [10. Lifting State](https://github.com/KoolTheba/projectAlpha_react/tree/master/src/components/10.liftingState) - [Lecture](https://github.com/zamarrowski/Curso-React-Redux/blob/master/modulo2/state2.md)\n- [11. Jest Testing](https://github.com/KoolTheba/projectAlpha_react/tree/master/src/components/11.jestTesting) - [Lecture](https://github.com/zamarrowski/Curso-React-Redux/blob/master/testing/jest.md)\n- [12. TDD](https://github.com/KoolTheba/projectAlpha_react/tree/master/src/components/12.tdd) - [Lecture](https://github.com/zamarrowski/Curso-React-Redux/blob/master/testing/unit.md)\n- [13. Prop Types](https://github.com/KoolTheba/projectAlpha_react/tree/master/src/components/13.propTypes) - [Lecture](https://github.com/zamarrowski/Curso-React-Redux/blob/master/modulo3/proptypes.md)\n- [14. Refs](https://github.com/KoolTheba/projectAlpha_react/tree/master/src/components/14.refs) - [Lecture](https://github.com/zamarrowski/Curso-React-Redux/blob/master/modulo3/refs.md)\n- [15. Context](https://github.com/KoolTheba/projectAlpha_react/tree/master/src/components/15.context) - [Lecture](https://github.com/zamarrowski/Curso-React-Redux/blob/master/modulo3/context.md)\n- [16. Error Boundaries](https://github.com/KoolTheba/projectAlpha_react/tree/master/src/components/16.errorBoundaries) - [Lecture](https://github.com/zamarrowski/Curso-React-Redux/blob/master/modulo3/errorboundaries.md)\n- [17. HOCs](https://github.com/KoolTheba/projectAlpha_react/tree/master/src/components/17.hocs) - [Lecture](https://github.com/zamarrowski/Curso-React-Redux/blob/master/modulo3/hoc.md)\n- [18. Hooks](https://github.com/KoolTheba/projectAlpha_react/tree/master/src/components/18.hooks) - [Lecture](https://github.com/zamarrowski/Curso-React-Redux/blob/master/modulo3/hooks.md)\n- [19. Lazy loading](https://github.com/KoolTheba/projectAlpha_react/tree/master/src/components/19.lazy) - [Lecture](https://github.com/zamarrowski/Curso-React-Redux/blob/master/modulo3/lazySuspense.md)\n- [20. React Router](https://github.com/KoolTheba/projectAlpha_react/tree/master/src/components/20.router) - [Lecture](https://github.com/zamarrowski/Curso-React-Redux/blob/master/modulo4/react-router.md)\n- [21. Material UI](https://github.com/KoolTheba/projectAlpha_react/tree/master/src/components/21.materialUI) - [Lecture](https://github.com/zamarrowski/Curso-React-Redux/blob/master/modulo4/material-ui.md)\n- [22. Style-Components](https://github.com/KoolTheba/projectAlpha_react/tree/master/src/components/22.styled-components) - [Lecture](https://github.com/zamarrowski/Curso-React-Redux/blob/master/modulo4/styled-components.md)\n- [23. Graphql \u0026 Apollo client](https://github.com/KoolTheba/projectAlpha_react/tree/master/src/components/23.graphql_apollo) - [Lecture](https://github.com/zamarrowski/Curso-React-Redux/blob/master/graphql/intro.md)\n\nEXTRA 👉 complete applications:\n- [🛒 Shopping Cart - React and testing with Jest and Enzyme 💥](https://github.com/KoolTheba/shopping-cart-react)\n- [📚 User's random posts application - GraphQL and Apollo 💥](https://github.com/KoolTheba/graphql-apollo-users-posts)\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkooltheba%2Fprojectalpha_react","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkooltheba%2Fprojectalpha_react","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkooltheba%2Fprojectalpha_react/lists"}