Web Development #152431
Replies: 9 comments 4 replies
-
|
Welcome to the GitHub Community, @MayGuerr19, we're happy you're here! You are more likely to get a useful response if you are posting your question in the applicable category and are explicit about what your project entails--giving a few more details might help someone give you a nudge in the right direction. I've gone ahead and moved it for you. Good luck! |
Beta Was this translation helpful? Give feedback.
-
|
@MayGuerr19 What language did you use to develop it? If you use node or php and some framework like react, vue or other, you can use hostinger, vercel or digital ocean. If you use other programming languages you can use another type of service. If you need help, let me know |
Beta Was this translation helpful? Give feedback.
-
|
You can use GitHub pages. |
Beta Was this translation helpful? Give feedback.
-
|
If it is just a static website, use GitHub pages. Otherwise you can use Netlify, Hostinger, GoDaddy, and so much more. Here is a tutorial I followed for GitHub pages: https://www.youtube.com/watch?v=p1QU3kLFPdg&t=422s&pp=ygUkaG93IHRvIHB1Ymxpc2ggYSB3ZWJzaXRlIHdpdGggZ2l0aHVi |
Beta Was this translation helpful? Give feedback.
-
|
Try:
for flexibility |
Beta Was this translation helpful? Give feedback.
-
Choose a Hosting Service:To make your website accessible online, you’ll need a place where it can "live." There are several options depending on your needs: Free Options:
Paid Options (for more control):
|
Beta Was this translation helpful? Give feedback.
-
|
This thread's pretty old, the last reply was back around Feb 2025, so you've most likely sorted it out by now. Leaving this here anyway in case someone lands on the same question later. 1. Free MVP optionsBrewPage (https://brewpage.app) GitHub Pages 2. When it's a real or bigger projectA cheap VPS with your own domain Cloud providers (AWS, GCP, Azure) |
Beta Was this translation helpful? Give feedback.
-
|
Hello @MayGuerr19 If you've already finished a basic HTML/CSS website, I'd recommend deploying it before jumping into frameworks. For a static website:
My suggestion is to upload your project to GitHub and deploy it with GitHub Pages first. It helps you learn version control and deployment at the same time. Once your site is live, focus on building your web development fundamentals:
Getting your first website online is a great milestone. Publish it, gather feedback, and keep improving it as you learn. |
Beta Was this translation helpful? Give feedback.
-
|
Hi! @MayGuerr19 Congratulations on finishing your website. If your project is built with HTML, CSS, JavaScript, React, Next.js, or a similar frontend framework, I recommend deploying it on Vercel. It's free for personal projects, easy to set up, and connects directly to your GitHub repository. Basic steps:
You'll get a public URL that you can share immediately. Other beginner-friendly options are GitHub Pages (for static websites) and Netlify. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Question
Body
Hi, I'm new to web development. I just finished my website, but I'm not sure where to go from here or where I can upload it? I'm looking for help.
Beta Was this translation helpful? Give feedback.
All reactions