Mundan748 /
HTML-CSS-Beginner-Projects
A beginner-friendly collection of static web projects created using HTML and CSS. Projects include a calculator layout, an invoice template, a mock IRCTC booking form, and a basic website design.
Loading repository data…
201220014 / repository
A C-Beginner Project for Winter Code Activity
From Jiacai Cui
Email: 201220014@smail.nju.edu.cn
详细内容见:https://cui-jiacai.gitbook.io/whale-market/
以下部分取自2021春南大程设实验课程ppt,可做基本功能的参照使用。
| 阶段 | 任务 |
|---|---|
| Phase1(为期7天) | 设计项目,用ppt形式展示项目整体的思路和实现上的想法,并初步实现部分功能 |
| Phase2(为期7天) | 完成基本功能的实现,保证功能无错误以及程序具有一定的鲁棒性和用户友好的界面 |
| Phase3(为期7天) | 自行设计拓展功能,可以参考某宝的功能(比如与商家留言沟通,商品打分,GUI界面等等),为自己的软件设计一个用户手册。 |
| Phase4(选做) | 阅读参考代码,学习多模块项目的设计,以及一些代码设计上的巧妙之处。 |
为了使代码具有教学意义,我写本项目的时候覆盖到了宏定义、文件包含、函数指针、文件读写、模块通信等许多在程设基础课上一带而过的内容,还是值得一看的。
参考代码仓库地址:https://github.com/201220014/WhaleMarket
框架代码仓库地址:https://github.com/201220014/WhaleMarket-Framework
这是参考代码在命令行运行的效果:
在前2个阶段尽量别看,自己动手,从0开始。
到最后一个阶段的时候,可以比较一下参考实现和自己的实现之间有何区别,又有何优劣之处,以及思考一下为什么我会这样设计,大抵是会有所启发的。
Selected from shared topics, language and repository description—not editorial ratings.
Mundan748 /
A beginner-friendly collection of static web projects created using HTML and CSS. Projects include a calculator layout, an invoice template, a mock IRCTC booking form, and a basic website design.
AngelMalaiya22 /
A collection of beginner-friendly C projects covering fundamental programming concepts, including loops, functions, arrays, structures, and basic problem-solving.
Pooja-H-M-21 /
A beginner-friendly HTML and CSS project demonstrating basic web development concepts like forms, images, lists, links, and CSS styling.
codewithmoses /
This project is a beginner-friendly tool designed to help users convert decimal numbers (base 10) into binary numbers (base 2) and vice versa. Built using HTML, Tailwind CSS, DaisyUI, Font Awesome, and Google Fonts, this project serves as an educational resource for understanding basic number system conversions and practicing front-end web dev