DEV Community

SASHANKAR BHUYAN
SASHANKAR BHUYAN

Posted on

Can Someone Help Me Build My Website for my startup? I Need Guidance!

๐Ÿ‘‹ Hey, Iโ€™m Sashankar Bhuyan!

๐Ÿš€ Entrepreneur | Horticulture Student | Need Help with Web Development

Iโ€™m a BSc Horticulture student at Assam Agricultural University, trying to build my first website but struggling because I have zero coding knowledge. I need help from a developer who can help me or collaborate to bring my idea to life.

๐Ÿ’ก If you're looking for a real project to work on, Iโ€™d truly appreciate your help! If you can build it for me, Even a small contribution or guidance would mean a lot.

๐Ÿ“ฉ Letโ€™s Connect!
Gmail - sashankar.bhuyan.hn22@aau.ac.in

Top comments (8)

Collapse
 
pengeszikra profile image
Peter Vivo

Web development is don't really easy thing for a newcomer like you. But nowdays have fare more information compared a few decade ago.

Separate a web development to:

  • 1. simple HTML page without any coding or any CSS - no JS
  • 2. simple HTML page with only CSS ( CDN Tailwind maybe ) - no JS
  • 3. javascript coding without touch of HTML page, just try solve coding in chrome console
  • 4. let's modify any exsisting HTML page with JS on chrome devtool console, practice of document.querySelector
  • 5. simple HTML no CSS, just JS code
  • 6. simple HTML with CSS/TW JS ----> 7+ endless road of web development.

A basic HTML page with Tailwind:

<!DOCTYPE html>
<html>
  <head>
    <title>basic html page</title>
    <script src="https://cdn.tailwindcss.com"></script>
  </head>
  <body>
    <p class="text-orange-600">Hello World</p>
  </body>
</html>
Enter fullscreen mode Exit fullscreen mode
Collapse
 
sashankar_bhuyan profile image
SASHANKAR BHUYAN

Hi can we connect on LinkedIn or gmail or something?

Collapse
 
sudhanshuambastha profile image
Sudhanshu Ambastha

Hi @sashankar_bhuyan, I saw your post. Building a website without coding experience can be tough, but it's definitely achievable! I'd be happy to mentor you and guide you through the initial steps. Instead of jumping straight into code, let's first talk about what you want your website to do. What's your target audience? What kind of content will you have? Once we have a clear plan, we can explore the best tools for you, whether it's a no-code platform, a template, or learning some basic HTML/CSS. Feel free to connect on LinkedIn so we can discuss this further.

Collapse
 
sashankar_bhuyan profile image
SASHANKAR BHUYAN

Thank you

Collapse
 
sivolko profile image
SHUBHENDU SHUBHAM

Forget about everything, use Microsoft Power Platforms to build no code beautiful Websites with help of AI

microsoft.com/en-us/power-platform...

Collapse
 
sashankar_bhuyan profile image
SASHANKAR BHUYAN

Hi can we connect on LinkedIn or gmail or something?

Collapse
 
michael_phillips_356cb1ff profile image
Michael Phillips

Donโ€™t worry about your coding skills, everyone starts somewhere. You could look into website builders like WordPress or Wix, which are user-friendly and donโ€™t require coding knowledge.

Collapse
 
sashankar_bhuyan profile image
SASHANKAR BHUYAN

Hi can we connect on LinkedIn or gmail or something?