{"id":15041354,"url":"https://github.com/saket-sk/full-stack-webdev-repo","last_synced_at":"2025-06-23T07:05:30.052Z","repository":{"id":55528923,"uuid":"286976470","full_name":"SAKET-SK/FULL-STACK-WEBDEV-REPO","owner":"SAKET-SK","description":"Literally everthing starting from HTML forms or theory I learnt as a part of FULL STACK WEB DEVELOPMENT TRAINING. Databases are also connected and SQL file is also shared. It is recommended to use XAMPP.","archived":false,"fork":false,"pushed_at":"2024-11-19T11:00:20.000Z","size":82720,"stargazers_count":10,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-14T20:17:09.935Z","etag":null,"topics":["angular","angularjs","back-end-development","css","database","database-connection","forms","front-end-development","full-stack-web-development","html","javascript","jquery-ajax","php","reactjs","sass-files","sass-mixins","scss-styles","sql","typescript","xammp"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/SAKET-SK.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":"2020-08-12T09:48:36.000Z","updated_at":"2024-11-19T11:00:24.000Z","dependencies_parsed_at":"2024-09-12T22:51:08.057Z","dependency_job_id":null,"html_url":"https://github.com/SAKET-SK/FULL-STACK-WEBDEV-REPO","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/SAKET-SK%2FFULL-STACK-WEBDEV-REPO","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SAKET-SK%2FFULL-STACK-WEBDEV-REPO/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SAKET-SK%2FFULL-STACK-WEBDEV-REPO/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SAKET-SK%2FFULL-STACK-WEBDEV-REPO/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SAKET-SK","download_url":"https://codeload.github.com/SAKET-SK/FULL-STACK-WEBDEV-REPO/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248952358,"owners_count":21188427,"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":["angular","angularjs","back-end-development","css","database","database-connection","forms","front-end-development","full-stack-web-development","html","javascript","jquery-ajax","php","reactjs","sass-files","sass-mixins","scss-styles","sql","typescript","xammp"],"created_at":"2024-09-24T20:46:00.066Z","updated_at":"2025-04-14T20:17:29.874Z","avatar_url":"https://github.com/SAKET-SK.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# My Full Stack Development Journey Mapper\nCollection of basic HTML forms I designed as I learned Full Stack Web development. All the code which I will be writing during the whole training is to be documented here in this repository. Please refer below code files.\n\nFolder Named Login Page - Copy is the form I have been working with. In that Databases are also connected and SQL file is shared with you guys. It is recommended to use XAMPP. Here below is shared which folder is for what purpose:\n\n1) Login-Page - Copy:- This file contains a basic HTML Form where Login and Sign Up features are implemented. Databases are used but in separate php files.\n2) Login-Page and Category:- This is a more updated form as the sign-up feature is removed for unknown reasons and Add category form has been added. The database of categories is separately created and the concept of config file is implemented in this little folder project.\n3) Login-Page:- This is the basic login page. This was my first attempt.\n4) Login-Page.html:- Basic HTML code of Login Page\n5) pathology_data.sql:- This is a database file that will be updated after every updation in the code.\n6) add-category.html:- One can also refer to this file for connection to the database, very similar yet a bit different from the Login-Page and Category.html (This is inside the Login-Page and Category folder)\n\nThe other folders are related to different web development topics and concepts\n\n# Notes (Blogs) Section:\n\n| Angular | Node \u0026 Express | MongoDB | React / Redux |\n| --------------- | --------------- | --------------- | --------------- |\n| \u003ca href=\"https://saketsk.hashnode.dev/day-1-angular-into-the-background\" target=\"_blank\"\u003eInto the Background\u003c/a\u003e | \u003ca href=\"https://saketsk.hashnode.dev/day-1-nodejs-introduction\" target=\"_blank\"\u003eNodeJS Introduction\u003c/a\u003e | \u003ca href=\"https://saketsk.hashnode.dev/day-1-mongodb-introduction-to-mongodb\" target=\"_blank\"\u003eIntroduction to MongoDB\u003c/a\u003e | \u003ca href=\"https://saketsk.hashnode.dev/day-1-reactjs-introduction\" target=\"_blank\"\u003eReactJS Introduction\u003c/a\u003e |\n| \u003ca href=\"https://saketsk.hashnode.dev/day-2-angular-running-your-first-angular-application\" target=\"_blank\"\u003eRunning your first Angular Application\u003c/a\u003e | \u003ca href=\"https://saketsk.hashnode.dev/day-2-nodejs-node-repl-and-modules\" target=\"_blank\"\u003eNode REPL and Modules\u003c/a\u003e | \u003ca href=\"https://saketsk.hashnode.dev/day-2-mongodb-getting-started-with-mongodb\" target=\"_blank\"\u003eGetting Started with MongoDB\u003c/a\u003e | \u003ca href=\"https://saketsk.hashnode.dev/day-2-reactjs-components-and-props\" target=\"_blank\"\u003eComponents and Props\u003c/a\u003e |\n| \u003ca href=\"https://saketsk.hashnode.dev/day-3-angular-data-binding-concepts\" target=\"_blank\"\u003eData Binding Concepts\u003c/a\u003e | \u003ca href=\"https://saketsk.hashnode.dev/day-3-nodejs-nodejs-architecture-nodejs-events\" target=\"_blank\"\u003eNodeJS Architecture and Events\u003c/a\u003e | \u003ca href=\"https://saketsk.hashnode.dev/day-3-mongodb-data-modelling-and-more-queries\" target=\"_blank\"\u003eMongoDB Data Modelling and more Queries\u003c/a\u003e | \u003ca href=\"https://saketsk.hashnode.dev/day-3-reactjs-state-management-with-usestate-hooks-and-event-handling\" target=\"_blank\"\u003eState Management with useState Hooks and Event Handling\u003c/a\u003e |\n| \u003ca href=\"https://saketsk.hashnode.dev/day-4-angular-structural-directives\" target=\"_blank\"\u003eStructural Directives\u003c/a\u003e | \u003ca href=\"https://saketsk.hashnode.dev/day-4-nodejs-fs-module\" target=\"_blank\"\u003eFS Module\u003c/a\u003e | \u003ca href=\"https://saketsk.hashnode.dev/day-4-mongodb-unleashing-the-power-of-data-retrieval\" target=\"_blank\"\u003eUnleashing the Power of Data Retrieval\u003c/a\u003e | \u003ca href=\"https://saketsk.hashnode.dev/day-4-reactjs-hooking-into-hooks-a-deep-dive\" target=\"_blank\"\u003eHooking into Hooks - A Deep Dive\u003c/a\u003e |\n| \u003ca href=\"https://saketsk.hashnode.dev/day-5-angular-attribute-directives\" target=\"_blank\"\u003eAttribute Directives\u003c/a\u003e | \u003ca href=\"https://saketsk.hashnode.dev/day-5-nodejs-http-module-working-with-streams\" target=\"_blank\"\u003ehttp Module and Working with Streams\u003c/a\u003e | \u003ca href=\"https://saketsk.hashnode.dev/day-5-mongodb-indexing-and-performance-optimization\" target=\"_blank\"\u003eIndexing and Performance Optimization\u003c/a\u003e | \u003ca href=\"https://saketsk.hashnode.dev/day-5-reactjs-basics-of-routing-in-reactjs\"\u003eBasics of Routing in ReactJS\u003c/a\u003e |\n| \u003ca href=\"https://saketsk.hashnode.dev/day-6-angular-all-about-pipes\" target=\"_blank\"\u003eAll About Pipes\u003c/a\u003e | \u003ca href=\"https://saketsk.hashnode.dev/day-6-nodejs-working-with-server-and-expressjs\" target=\"_blank\"\u003eWorking with Server \u0026 ExpressJS\u003c/a\u003e | \u003ca href=\"https://saketsk.hashnode.dev/day-6-mongodb-simplifying-data-aggregation\" target=\"_blank\"\u003eSimplifying Data Aggregation\u003c/a\u003e | \u003ca href=\"https://saketsk.hashnode.dev/day-6-reactjs-advancing-more-deeper-in-react-routing\" target=\"_blank\"\u003eAdvancing more deeper in React Routing\u003c/a\u003e |\n| \u003ca href=\"https://saketsk.hashnode.dev/day-7-angular-input-and-output-decorators\" target=\"_blank\"\u003eInput and Output Decorators\u003c/a\u003e | \u003ca href=\"https://saketsk.hashnode.dev/day-7-nodejs-serving-files-via-expressjs-creating-a-simple-web-server\" target=\"_blank\"\u003eServing Files via ExpressJS \u0026 Creating a Web Server\u003c/a\u003e | \u003ca href=\"https://saketsk.hashnode.dev/day-7-mongodb-all-about-replication\" target=\"_blank\"\u003eAll about Replication\u003c/a\u003e | \u003ca href=\"https://saketsk.hashnode.dev/day-7-reactjs-when-context-makes-sense\" target=\"_blank\"\u003eWhen Context Makes Sense\u003c/a\u003e |\n| \u003ca href=\"https://saketsk.hashnode.dev/day-8-angular-routing\" target=\"_blank\"\u003eRouting\u003c/a\u003e | \u003ca href=\"https://saketsk.hashnode.dev/day-8-nodejs-template-engine\" target=\"_blank\"\u003eTemplate Engine\u003c/a\u003e | \u003ca href=\"https://saketsk.hashnode.dev/day-8-mongodb-sharding\" target=\"_blank\"\u003eSharding\u003c/a\u003e | R8 |\n| \u003ca href=\"https://saketsk.hashnode.dev/day-9-angular-angular-forms\" target=\"_blank\"\u003eAngular Forms\u003c/a\u003e | \u003ca href=\"https://saketsk.hashnode.dev/day-9-nodejs-creating-our-own-rest-api\" target=\"_blank\"\u003eCreating our own REST-API\u003c/a\u003e | M9 | R9 |\n| \u003ca href=\"https://saketsk.hashnode.dev/day-10-angular-viewchild-decorator-custom-directives\" target=\"_blank\"\u003eViewChild Decorator and Custom Directives\u003c/a\u003e | \u003ca href=\"https://saketsk.hashnode.dev/day-10-nodejs-body-parser-middleware\" target=\"_blank\"\u003eBody Parser Middleware\u003c/a\u003e | M10 | R10 |\n| \u003ca href=\"https://saketsk.hashnode.dev/day-11-angular-services-creating-a-simple-angular-service\" target=\"_blank\"\u003eServices: Creating a Simple Angular Service\u003c/a\u003e | \u003ca href=\"https://saketsk.hashnode.dev/day-11-nodejs-all-about-mongodb-atlas\" target=\"_blank\"\u003eAll about MongoDB Atlas\u003c/a\u003e | M11 | R11 |\n| \u003ca href=\"https://saketsk.hashnode.dev/day-12-angular-crud-operations-using-json-server\" target=\"_blank\"\u003eAngular CRUD operations using JSON Server\u003c/a\u003e | \u003ca href=\"https://saketsk.hashnode.dev/day-12-nodejs-connection-to-mongodb-using-mongoose\" target=\"_blank\"\u003eConnection to MongoDB using Mongoose\u003c/a\u003e | M12 | R12 |\n| \u003ca href=\"https://saketsk.hashnode.dev/day-13-angular-guard-in-angular-and-implementing-login-and-logout-in-angular-app\" target=\"_blank\"\u003eGuard in Angular and Implementing Login and Logout in Angular app\u003c/a\u003e | \u003ca href=\"https://saketsk.hashnode.dev/day-13-nodejs-crud-operations-via-nodejs-to-mongodb\" target=\"_blank\"\u003eCRUD operations via NodeJS to MongoDB\u003c/a\u003e | M13 | R13 |\n|  |  | M14 | R14 |\n|  |  | M15 | R15 |\n\n# Output Section:\n- Output of tablecell.html\n\n![tablecell output](https://user-images.githubusercontent.com/60461421/201687656-42db7186-c197-4c01-9be9-cb1eda1632f1.png)\n\n\u003chr\u003e\n\u003ca href=\"https://github.com/SAKET-SK/angular-projects\"\u003e Angular Projects Github Repository\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaket-sk%2Ffull-stack-webdev-repo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaket-sk%2Ffull-stack-webdev-repo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaket-sk%2Ffull-stack-webdev-repo/lists"}