{"id":15476780,"url":"https://github.com/mahammad-mostafa/hello-react-front-end","last_synced_at":"2026-04-10T15:02:37.770Z","repository":{"id":218140192,"uuid":"745561141","full_name":"mahammad-mostafa/hello-react-front-end","owner":"mahammad-mostafa","description":"This is the third project in the full stack capstone of the Microverse program. It is an exercise for using React \u0026 Redux as a frontend for a simple page app.","archived":false,"fork":false,"pushed_at":"2024-01-20T00:40:22.000Z","size":377,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"development","last_synced_at":"2025-02-02T13:51:21.836Z","etag":null,"topics":["es6-javascript","eslint","frontend-web","gitflow-workflow","jsx","microverse","microverse-projects","microverse-students","react-hooks","react-redux","react-router","react-router-dom","reactjs","redux","redux-thunk","redux-toolkit","responsive-layout","stylelint","webpack"],"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/mahammad-mostafa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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-01-19T15:51:36.000Z","updated_at":"2024-01-20T00:40:27.000Z","dependencies_parsed_at":"2024-01-20T00:28:14.156Z","dependency_job_id":"6052842f-d042-4bd4-b2ec-0310d4a38f11","html_url":"https://github.com/mahammad-mostafa/hello-react-front-end","commit_stats":null,"previous_names":["mahammad-mostafa/hello-react-front-end"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mahammad-mostafa%2Fhello-react-front-end","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mahammad-mostafa%2Fhello-react-front-end/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mahammad-mostafa%2Fhello-react-front-end/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mahammad-mostafa%2Fhello-react-front-end/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mahammad-mostafa","download_url":"https://codeload.github.com/mahammad-mostafa/hello-react-front-end/tar.gz/refs/heads/development","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246036632,"owners_count":20713268,"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":["es6-javascript","eslint","frontend-web","gitflow-workflow","jsx","microverse","microverse-projects","microverse-students","react-hooks","react-redux","react-router","react-router-dom","reactjs","redux","redux-thunk","redux-toolkit","responsive-layout","stylelint","webpack"],"created_at":"2024-10-02T03:41:06.061Z","updated_at":"2025-12-30T20:31:09.197Z","avatar_url":"https://github.com/mahammad-mostafa.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca name=\"title\"\u003e\u003c/a\u003e\n\n\u003c!-- TITLE --\u003e\n\n# 🏷️ Hello React Front End\n\nThis is the third project in the full stack capstone module in the **Microverse** program.\n\u003cbr/\u003e\nCheck the below contents for further details about this project.\n\n\u003c!-- CONTENTS --\u003e\n\n# 📗 Contents\n\n- [Description](#description)\n- [Instructions](#instructions)\n- [Authors](#authors)\n- [Future](#future)\n- [Contributions](#contributions)\n- [Support](#support)\n- [Acknowledgements](#acknowledgements)\n- [License](#license)\n\n\u003c!-- DESCRIPTION --\u003e\n\n\u003ca name=\"description\"\u003e\u003c/a\u003e\n\n# 📖 Description\n\nThis repository is about a simple greeting text in a single page.\nIt includes the frontend section of the app where it uses `React` framework.\nState management in `React` is handled using `Redux` \u0026 `Redux Toolkit`.\nRemote data fetching from the backend is done with `Thunk` api.\nNavigation inside the app is implemented using `React Router`.\nLinters are used for `JavaScript` \u0026 `CSS` through `ESLint` \u0026 `StyleLint`.\nDevelopment follows the `GitFlow` workflow.\n\u003cbr/\u003e\nBackend section is located in this [repository](https://github.com/mahammad-mostafa/hello-rails-back-end).\n\n📌 **Tech Stack:**\n- Frontend language is `JavaScript`\n- Frontend Framework used is `React`\n- Frontend styling used is `CSS`\n\n📌 **Key Features:**\n- Single page application\n- Responsive layout with all screen sizes\n- Basic header \u0026 footer structure\n- Button to generate random greeting\n- Not found page for invalid pages\n- Dark theme with minimal styling\n\n\u003cp align=\"right\"\u003e\u003ca href=\"#title\"\u003eback to top\u003c/a\u003e\u003c/p\u003e\n\n\u003c!-- INSTRUCTIONS --\u003e\n\n\u003ca name=\"instructions\"\u003e\u003c/a\u003e\n\n# 🛠️ Instructions\n\nYou can easily download or fork this repository and work on it immadiately!\n\n📌 **Prerequisites:**\n- `NodeJS` for installing \u0026 running all packages\n\n📌 **Installation:**\n- Install all dependencies with `npm`\n```\nnpm install\n```\n\n📌 **Development:**\n- For live development on `localhost:3000` run:\n```\nnpm run start\n```\n\n📌 **Deployment:**\n- You can deploy this project by uploading files in the `build` folder to a live server.\n- Create the distribution build using this command:\n```\nnpm run build\n```\n\n\u003cp align=\"right\"\u003e\u003ca href=\"#title\"\u003eback to top\u003c/a\u003e\u003c/p\u003e\n\n\u003c!-- AUTHORS --\u003e\n\n\u003ca name=\"authors\"\u003e\u003c/a\u003e\n\n# 👥 Authors\n\n📌 **Mahammad:**\n- [GitHub](https://github.com/mahammad-mostafa)\n- [Twitter](https://twitter.com/mahammad_mostfa)\n- [LinkedIn](https://linkedin.com/in/mahammad-mostafa)\n\n\u003cp align=\"right\"\u003e\u003ca href=\"#title\"\u003eback to top\u003c/a\u003e\u003c/p\u003e\n\n\u003c!-- FUTURE --\u003e\n\n\u003ca name=\"future\"\u003e\u003c/a\u003e\n\n# 🔭 Future\n\nSome additional features I may implement in the project:\n- [ ] Use some animations or transitions\n- [ ] Navigation menu with additional pages\n\n\u003cp align=\"right\"\u003e\u003ca href=\"#title\"\u003eback to top\u003c/a\u003e\u003c/p\u003e\n\n\u003c!-- CONTRIBUTIONS --\u003e\n\n\u003ca name=\"contributions\"\u003e\u003c/a\u003e\n\n# 🤝🏻 Contributions\n\nWish to contribute to this project?\n\u003cbr/\u003e\nContributions, issues, and feature requests are more than welcome!\n\u003cbr/\u003e\nFeel free to check the [issues](../../issues) page too.\n\n\u003cp align=\"right\"\u003e\u003ca href=\"#title\"\u003eback to top\u003c/a\u003e\u003c/p\u003e\n\n\u003c!-- SUPPORT --\u003e\n\n\u003ca name=\"support\"\u003e\u003c/a\u003e\n\n# ⭐️ Support\n\nLike this project? Show your support by starring!\n\n\u003cp align=\"right\"\u003e\u003ca href=\"#title\"\u003eback to top\u003c/a\u003e\u003c/p\u003e\n\n\u003c!-- ACKNOWLEDGEMENTS --\u003e\n\n\u003ca name=\"acknowledgements\"\u003e\u003c/a\u003e\n\n# 🙏🏻 Acknowledgements\n\nI thank everyone at **Microverse** for guiding me through this project.\n\n\u003cp align=\"right\"\u003e\u003ca href=\"#title\"\u003eback to top\u003c/a\u003e\u003c/p\u003e\n\n\u003c!-- LICENSE --\u003e\n\n\u003ca name=\"license\"\u003e\u003c/a\u003e\n\n# 📝 License\n\nThis project is [MIT](LICENSE.md) licensed.\n\n\u003cp align=\"right\"\u003e\u003ca href=\"#title\"\u003eback to top\u003c/a\u003e\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmahammad-mostafa%2Fhello-react-front-end","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmahammad-mostafa%2Fhello-react-front-end","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmahammad-mostafa%2Fhello-react-front-end/lists"}