DEV Community

SASHANKAR BHUYAN
SASHANKAR BHUYAN

Posted on

6 1 1 1

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 (11)

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
 
muneeb_shafqat_1 profile image
muneeb shafqat β€’

thanks for sharing this

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
 
sivolko profile image
SHUBHENDU SHUBHAM β€’
Thread Thread
 
sashankar_bhuyan profile image
SASHANKAR BHUYAN β€’

Hi, please check your connection request

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
 
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?

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

πŸ‘‹ Kindness is contagious

Please leave a ❀️ or a friendly comment on this post if you found it helpful!

Okay