{"id":21057988,"url":"https://github.com/ahmedgamal2212/udemy-clone-reactjs","last_synced_at":"2025-10-07T09:13:32.021Z","repository":{"id":138215382,"uuid":"532218085","full_name":"AhmedGamal2212/Udemy-Clone-ReactJS","owner":"AhmedGamal2212","description":"A ReactJS project that clones the Udemy website and its features such as courses popover, course details, course content and floating course details card.","archived":false,"fork":false,"pushed_at":"2024-05-31T19:53:21.000Z","size":12858,"stargazers_count":6,"open_issues_count":0,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-30T09:56:32.227Z","etag":null,"topics":["css","css-flexbox","css-modules","es6","javascript","jsx","react-bootstrap","react-hooks","react-router","reactjs"],"latest_commit_sha":null,"homepage":"https://ahmedgamal2212.github.io/Udemy-Clone-ReactJS/","language":"CSS","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/AhmedGamal2212.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":"2022-09-03T09:47:14.000Z","updated_at":"2025-04-11T09:08:03.000Z","dependencies_parsed_at":"2025-01-20T19:42:42.989Z","dependency_job_id":null,"html_url":"https://github.com/AhmedGamal2212/Udemy-Clone-ReactJS","commit_stats":null,"previous_names":["ahmedgamal2212/udemy-clone-reactjs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AhmedGamal2212/Udemy-Clone-ReactJS","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AhmedGamal2212%2FUdemy-Clone-ReactJS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AhmedGamal2212%2FUdemy-Clone-ReactJS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AhmedGamal2212%2FUdemy-Clone-ReactJS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AhmedGamal2212%2FUdemy-Clone-ReactJS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AhmedGamal2212","download_url":"https://codeload.github.com/AhmedGamal2212/Udemy-Clone-ReactJS/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AhmedGamal2212%2FUdemy-Clone-ReactJS/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278747912,"owners_count":26038810,"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","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"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":["css","css-flexbox","css-modules","es6","javascript","jsx","react-bootstrap","react-hooks","react-router","reactjs"],"created_at":"2024-11-19T17:05:59.349Z","updated_at":"2025-10-07T09:13:32.005Z","avatar_url":"https://github.com/AhmedGamal2212.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Udemy-Clone-ReactJS\n\nThis is a project that aims to clone the Udemy website using ReactJS as the main framework for building user interfaces.\nIt is a learning project that showcases how to use various React features and libraries such as React Router, React\nBootstrap and React Icons to create a dynamic and responsive web application that mimics the functionality and design of\nthe original website. The project also focuses on building more complex UI components using CSS modules, which are a way\nof modularizing and scoping CSS styles to specific components, avoiding conflicts and improving maintainability.\n\n## Features\n\n- A landing page with a header, a navbar and a banner\n- A courses page that displays different categories and cards of courses\n- A course details page that shows the course overview, curriculum, instructor and reviews\n- A cart page that allows users to add or remove courses from their cart\n- A checkout page that shows the payment options and summary of the order\n- A user profile page that shows the user's information and enrolled courses\n- A rating system that allows users to rate and review courses\n- A search bar that allows users to search for courses by keywords\n- A responsive design that adapts to different screen sizes and devices\n\n## Technologies\n\n- ReactJS: A JavaScript library for building user interfaces\n- Create React App: A tool that sets up a modern React development environment\n- React Router: A library that provides routing functionality for React applications\n- React Bootstrap: A library that provides Bootstrap components for React applications\n- React Icons: A library that provides icons for React applications\n\n## Installation\n\nTo run this project locally, you need to have Node.js and npm installed on your machine. Then follow these steps:\n\n1. Clone this repository to your local machine\n   using `git clone https://github.com/AhmedGamal2212/Udemy-Clone-ReactJS.git`\n2. Navigate to the project directory using `cd Udemy-Clone-ReactJS`\n3. Install the dependencies using `npm install`\n4. Start the development server using `npm start`\n5. Open http://localhost:3000 in your browser to view the application\n\n## Deployment\n\nTo deploy this project to GitHub Pages, you need to have a GitHub account and a repository for this project. Then follow\nthese steps:\n\n1. Add your repository name to the `homepage` field in the `package.json` file\n2. Install the `gh-pages` package using `npm install --save gh-pages`\n3. Add the following scripts to the `package.json` file:\n\n```json\n\"scripts\": {\n  //...\n  \"predeploy\": \"npm run build\",\n  \"deploy\": \"gh-pages -d build\"\n}\n```\n\n4. Run `npm run deploy` to build and deploy the application to GitHub Pages\n5. Go to your repository settings and enable GitHub Pages for the `gh-pages` branch\n6. Your application should be available at https://yourusername.github.io/yourrepositoryname/\n\n### Happy Coding!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahmedgamal2212%2Fudemy-clone-reactjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fahmedgamal2212%2Fudemy-clone-reactjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahmedgamal2212%2Fudemy-clone-reactjs/lists"}