Jayadhar Ummadisingujayadhar.hashnode.dev·Dec 1, 20231. Task 5 - WebFortunately, I am familiar with HTML, CSS, and Bootstrap. I decided to start with the website and move on to others afterward. Tasks After two days, I began building the website using my basic knowledge of HTML, CSS, and Bootstrap because I knew what...DiscussThe GDSC Recruitment Challengegdsc
Pratik MaliforThe Tech Deckthetechdeck.hashnode.dev·Dec 1, 2023How to Delete a Repository in GitHubGitHub is a popular web-based platform used by developers and programmers to store, manage, and track changes to their code projects. Known as "repositories" in GitHub, these project folders contain all files and historical changes for the code. Ther...DiscussGitHub
Pratik MaliforThe Tech Deckthetechdeck.hashnode.dev·Dec 1, 2023How to Download Files from GitHubGitHub is a popular platform used by developers and programmers to store, manage, and share software code. Whether you are a coder looking to contribute to open-source projects or someone who just wants to download a file hosted on GitHub, knowing ho...DiscussGitHub
JV conseiljv-conseil.hashnode.dev·Nov 26, 2023Jekyll DockerJekyll Docker is a software image that has Jekyll and many of its dependencies ready to use for you in an encapsulated format. It includes a default set of gems, wrappers and extra packages meant to be used by people who are deploying their Jekyll bu...DiscussDocker
Khanh Nam Doblog.donamkhanh.com·Nov 23, 2023Moved my personal site to Github PageIn previous blog, I migrated all posts from my WordPress to Hashnode at https://blog.donamkhanh.com. Now I create a simple landing page for my main domain and hosted on Github Page. You can access at https://donamkhanh.com. In feature, I'm going to h...DiscussGitHubPages
Rijans Bhagatrijansb.hashnode.dev·Nov 1, 2023Host Website on GitHub For FreeIn this comprehensive guide, we will walk you through the process of hosting a website on GitHub for free, even if you have little to no prior experience with web development or hosting. We'll cover everything from creating a GitHub repository and co...Discuss·10 likesgithub hosting
Mohammad Maasirmaasir.hashnode.dev·Oct 14, 2023Deploy a Vite + React app to GitHub pagesOnce you are done with your react project, you would like to showcase it online, both the output as well as the source code. Since the majority of us will be pushing our code on GitHub, why not deploy it using GitHub pages? Here's an example: maasir5...Discuss·1 like·28 readsvite
Elaine Wangelainedev.hashnode.dev·Oct 10, 2023How to put vite-generated React apps on Github PagesThese instructions are obtained from https://www.youtube.com/watch?v=yo2bMGnIKE8&ab_channel=LearnVue. The video is geared toward Vue, but this also works for React/TypeScript apps generated via vite. Here are the instructions written out. Push your ...Discussvite
Vikram Rathoddevvikram.hashnode.dev·Sep 23, 2023Hosting Your React Project on GitHub Pages: A Step-by-Step GuideAre you looking to showcase your React project to the world but unsure how to host it? GitHub Pages offers a simple and cost-free solution for sharing your web applications, including React projects, with a global audience. In this step-by-step guide...Discuss·1 likeReact
KIRTI KAMALforDecode Devsdecodedevs.hashnode.dev·Sep 7, 2023Introduction to GitHubWhat is GitHub? GitHub is an online platform that enables software developers to store and manage their code in the cloud. It facilitates collaborative work, allowing multiple folks to work on the same project simultaneously and track changes made to...Discuss·9 likes·73 reads#decodedevs