jmathai / jmathai/devplusplus

Create initial landing page with user interest form

未关闭
#1 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

主要语言
HTML
星标
0
派生
0
PR 合并指标
30 天内没有已合并 PR

描述

I would like to create a landing page using index_2.html at the root of the repository with the following elements.

Navigation

  • This is a landing page so no navigation is necessary for now.
  • The main hero section should have the following tagline:
    • Product Name: dev++
    • Slogan: The best way to Learn\nIs to Launch
  • Underneath the hero section a couple feature highlights (to be filled in later)
  • Under the feature highlights a form with the following:
    • Name
    • Email
    • Coding experience - slider with options 1 year, 5 years, 10 years, 20 years
    • AI tools used for coding - checkboxes with options Chatbots (ChatGPT, Gemini), IDEs (Cursor, Windsurf), Coding Agents (Claude Code, Codex), Vibe coding (Lovable, v0, Replit)
    • AI tool expertise - for each box checked, a slider with options (novice, intermediate, expert)
    • A submit button which does basic form validation and POSTs the data which will go to a script that appends it to a Google Sheet.
      • On submission, add a spinner icon after the text in the button, post to a URL, update the icon to a checkmark or exclamation point depending on if the response is 2xx.
  • A Python function which writes the form data into a Google Sheet. This script will be hosted on a server capable of executing Python.

贡献指南

这个仓库没有索引到贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

调研方向

从仓库根目录的 index_2.html 开始,梳理所要求的 hero、功能亮点、表单字段、验证、提交状态和 POST 行为。然后确定用于将表单数据写入 Google Sheet 的 Python 函数应放在哪里,以及托管的 endpoint 将如何与页面连接。完成的标准是落地页和表单能够端到端正常工作,包括成功和失败反馈。

由索引模型根据 Issue 内容生成。

评估

技术栈
html, python
领域
backend, frontend
Issue 类型
功能
难度
5/5
预计耗时
一周以上
活跃度
停滞
描述清晰度
基本清楚
新手友好度
25/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。