{"id":21454395,"url":"https://github.com/cfmvcarlos/react-meta-coursera","last_synced_at":"2026-04-11T13:02:21.479Z","repository":{"id":264045159,"uuid":"892145976","full_name":"CFMVCarlos/React-Meta-Coursera","owner":"CFMVCarlos","description":"This repository contains a collection of projects developed during the React Basics course by Meta on Coursera. Each project demonstrates specific React concepts and techniques, offering hands-on experience in building React applications and applying React principles.","archived":false,"fork":false,"pushed_at":"2024-11-23T16:17:49.000Z","size":26243,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-17T03:21:30.300Z","etag":null,"topics":["chakra-ui-react","coursera","css3","formik-yup","html5","javascript","jsx","meta","react","react-components","react-hooks","react-router"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/CFMVCarlos.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":"2024-11-21T15:32:33.000Z","updated_at":"2024-11-23T16:17:53.000Z","dependencies_parsed_at":"2025-03-17T03:21:32.607Z","dependency_job_id":null,"html_url":"https://github.com/CFMVCarlos/React-Meta-Coursera","commit_stats":null,"previous_names":["cfmvcarlos/react-basics-coursera","cfmvcarlos/react-meta-coursera"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CFMVCarlos/React-Meta-Coursera","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CFMVCarlos%2FReact-Meta-Coursera","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CFMVCarlos%2FReact-Meta-Coursera/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CFMVCarlos%2FReact-Meta-Coursera/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CFMVCarlos%2FReact-Meta-Coursera/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CFMVCarlos","download_url":"https://codeload.github.com/CFMVCarlos/React-Meta-Coursera/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CFMVCarlos%2FReact-Meta-Coursera/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265167698,"owners_count":23721498,"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":["chakra-ui-react","coursera","css3","formik-yup","html5","javascript","jsx","meta","react","react-components","react-hooks","react-router"],"created_at":"2024-11-23T05:07:18.808Z","updated_at":"2025-12-30T22:07:44.134Z","avatar_url":"https://github.com/CFMVCarlos.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React Basics Projects - Coursera by Meta\n\nThis repository contains a collection of projects developed during the \"React Basics\" and \"Advanced React\" courses by Meta on Coursera. Each project demonstrates specific React concepts and techniques, offering hands-on experience in building React applications and applying React principles.\n\n---\n\n## 📂 Projects Overview\n\n1. **First App**  \n   A foundational React application to understand the basic setup and structure.\n\n2. **Calculator**  \n   A functional calculator app created with React to explore state and props. This is the final project of the \"React Basics\" course.\n\n3. **Advanced React App**  \n   Demonstrates advanced React concepts and design patterns.\n\n4. **Context Providers**  \n   Learn about global state management using the React Context API.\n\n5. **React Hooks**  \n   Explore React hooks like `useState`, `useEffect`, and custom hooks.\n\n6. **Integration Testing**  \n   Covers how to perform integration tests in React applications.\n\n7. **Final Project**  \n   A comprehensive project incorporating all the concepts learned during the course.\n\n---\n\n## 🚀 Getting Started\n\nThese projects were bootstrapped with [Create React App](https://github.com/facebook/create-react-app). To get started with any project, navigate to its directory and use the following commands:\n\n### Available Scripts\n\n#### `npm start`\nRuns the app in development mode.  \nAccess it at [http://localhost:3000](http://localhost:3000).  \nThe page will reload automatically for code changes, and errors will display in the console.\n\n#### `npm test`\nStarts the test runner in interactive watch mode.  \nLearn more about [running tests](https://facebook.github.io/create-react-app/docs/running-tests).\n\n---\n\n## 💡 Key Features and Topics Covered\n\n- **React Basics**: Component creation, state, and props.  \n- **React Router**: Add routing capabilities with `react-router-dom`.  \n- **React Hooks**: Understand and utilize `useState`, `useEffect`, and custom hooks.  \n- **Context API**: Efficient state sharing across components.  \n- **Testing**: Integration testing using modern tools and libraries.  \n- **Third-Party Libraries**: Using packages like `react-player` for advanced functionalities.  \n\n---\n\n## 🛠 Setting Up a New React Project\n\nTo initialize the React application:\n```bash\nnpm install\n```\n\nTo start the development server:\n```bash\nnpm start\n```\n\n---\n\n## 📚 Learn More\n\n- [React Documentation](https://reactjs.org/)  \n- [Create React App Documentation](https://facebook.github.io/create-react-app/docs/getting-started)  \n- [React Router Documentation](https://reactrouter.com/)  \n\n---\n\n## 👩‍💻 Contribution\n\nFeel free to contribute to this repository by creating a pull request. Suggestions, bug reports, and improvements are always welcome!\n\n---\n\n## Basics Final Project Overview\n### Calculator\nThe calculator project is a simple React application that performs basic arithmetic operations. The calculator includes a display screen, buttons for numbers and operators, and a clear button to reset the display. The project demonstrates the use of state and props in React components, as well as event handling and conditional rendering.\n\u003cbr\u003e\u003cbr\u003e\n![Calculator](repository-images/Calculator.png)\n\n---\n\n## Advanced Final Project Overview\n\n### Navigation Bar\nThe navigation bar contains essential links for easy access, including:\n- **Email** for direct communication\n- **GitHub**, **LinkedIn**, **Medium**, and **Stack Overflow** for professional profiles\n- Links to project sections, such as **Projects** and **Contact Me**, allowing users to quickly navigate to relevant parts of the website.\n- Smooth hide and show animation when scrolling up or down.\n\u003cbr\u003e\u003cbr\u003e![Calculator](repository-images/React-App-0.png)\n\n### Landing Section\nThe landing section provides a brief introduction with an image of myself, a warm greeting, and heading text to capture the user’s attention and set the tone for the website.\n\u003cbr\u003e\u003cbr\u003e\u003cimg src=\"repository-images/React-App-1.png\" width=\"300\"/\u003e\n\n### Projects Section\nThis section highlights a collection of my projects, including titles, descriptions, and images. Each project is displayed as a card with a button that would normally allow users to view more details (currently not functional). \n\u003cbr\u003e\u003cbr\u003e\u003cimg src=\"repository-images/React-App-2.png\" width=\"300\"/\u003e\n\n### Contact Me Section\nThe contact section features a form where users can submit inquiries or messages. The form includes fields for name, email, type of inquiry, and message, along with a submit button to send the information.\n\u003cbr\u003e\u003cbr\u003e\u003cimg src=\"repository-images/React-App-3.png\" width=\"300\"/\u003e\n\n---\n\n## Author\n\n- [Carlos Valente](https://github.com/CFMVCarlos)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcfmvcarlos%2Freact-meta-coursera","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcfmvcarlos%2Freact-meta-coursera","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcfmvcarlos%2Freact-meta-coursera/lists"}