{"id":21712160,"url":"https://github.com/atiilla/web-development","last_synced_at":"2026-04-10T04:44:10.036Z","repository":{"id":135097160,"uuid":"547160680","full_name":"atiilla/web-development","owner":"atiilla","description":"This is a collection of roadmaps, tutorials, cheatsheets for learning web development. It is intended to be a comprehensive collection of resources, but it is not intended to be a comprehensive list of everything that exists on the web. If you have any suggestions for additional resources, please feel free to open an issue or pull request.","archived":false,"fork":false,"pushed_at":"2023-03-10T12:22:29.000Z","size":338,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-25T17:11:18.206Z","etag":null,"topics":["backend","deployment","ebooks","expressjs","front-end","javascript","linux","mongodb","nodejs","reactjs","web-development","web-development-tools"],"latest_commit_sha":null,"homepage":"","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/atiilla.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-10-07T08:24:04.000Z","updated_at":"2022-11-14T09:52:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"aa5da739-e226-4530-8fdd-ac45133f2523","html_url":"https://github.com/atiilla/web-development","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/atiilla%2Fweb-development","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atiilla%2Fweb-development/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atiilla%2Fweb-development/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atiilla%2Fweb-development/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/atiilla","download_url":"https://codeload.github.com/atiilla/web-development/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244667376,"owners_count":20490428,"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":["backend","deployment","ebooks","expressjs","front-end","javascript","linux","mongodb","nodejs","reactjs","web-development","web-development-tools"],"created_at":"2024-11-25T23:34:54.485Z","updated_at":"2025-12-30T19:58:11.801Z","avatar_url":"https://github.com/atiilla.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Web Development\n\n## What is Web Development?\nWeb development is the work involded in developing a web site for the Internet (World Wide Web) or an intranet (a private network). Web development can range from developing a simple single static page of plain text to complex web-based internet applications (web apps), electronic businesses, and social network services.\n\n## Are you front-end or back-end developer?\n* Front-end developer is a person who is responsible for the visual part of the website. He is responsible for the design and the user experience of the website.\n\n* Back-end developer is a person who is responsible for the server-side of the website. He is responsible for the functionality of the website.\n\n- [Html5](Basics/README.md)\n- [Css](/Basics/README.md)\n- [Bootstrap5](/Basics/README.md)\n- [Javascript (ES5, ES6, ES7)](/Basics/README.md)\n- [React.js](/Reactjs/README.md)\n- [Node.js](Nodejs/README.md)\n\t- [Express.js](Nodejs/README.md)\n    - [MongoDB](Database/README.md)\n- [Deployment](Deployment/README.md)\n- [Exercises](Exercises/README.md)\n\n# Software Requirements\n\n- Visual Studio Code [https://code.visualstudio.com/]\n\t-  Live Server VSCode Extension: [https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer]\n\t-  Live Share VScode Extension: [https://code.visualstudio.com/learn/collaboration/live-share]\n- Node.js: [https://nodejs.org/en/download/]\n  \n# Getting Started with Git\n* Download git tool: https://git-scm.com/downloads\n\n# Github first Config\n* git config --global user.name \"githubUsername\"\n* git config --global user.email \"youremail@gmail.com\"\n\n# Github Clone of Repository\n* git clone https://github.com/username/Repositoryname {example}\n\n# Github push project to repo\n* git init\n* git add *\n* git commit -m \"commitMessage\"\n* git branch -M main\n* git add remote origin https://github.com/username/YourRepository.git\n* git push -u origin main\n \n# Github Update of Repo\n* git add * (or single file which is updated)\n* git commit -m \"commit Message\"\n* git push -u origin main\n\n**Video Tutorials for Installation and Software configurations:**\n- [Git](https://www.youtube.com/watch?v=SWYqp7iY_Tc)\n- [Install Node on windows](https://www.youtube.com/watch?v=3F5IaPqj7ds)\n- [Install Node on mac](https://www.youtube.com/watch?v=Ue6g4udgbdI)\n- [Install Node on linux](https://www.youtube.com/watch?v=P6rPI7x28nY)\n- [Install vscode on windows](https://www.youtube.com/watch?v=JPZsB_6yHVo)\n- [Install vscode on mac](https://www.youtube.com/watch?v=E2oA1__0zyY)\n- [Install vscode on linux](https://www.youtube.com/watch?v=rDaqEShUMKU)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatiilla%2Fweb-development","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatiilla%2Fweb-development","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatiilla%2Fweb-development/lists"}