Project Name | Members | Web Page |
---|---|---|
Typing Thrower | Chawakorn, Vittunyuta | https://winchawakorn.github.io/TypingThrower/ |
Bookshelf | Archawin, Triwith | https://zepalz.github.io/Book-Shelf/ |
Chat Application | Sirasath, Issaree | https://gotsira.github.io/chatapplication/ |
Chess Game | Kwanwan | none |
Course Feedback | Pawat, Noppawan | Excellent technology description in Project README.md |
Health Me | Patinya, Narut | Documentation in README.md |
Menu | Supisara, Sathira | https://csupisara.github.io/MenuProject/ |
Movie Ticket | Wongsathorn, Totsapon | Documentation in README.md |
Remec | Kongpon, Thitiwat | https://thitgorn.github.io/remec/ |
Simple Text-to-Speech | Pappin | Good documentation in README.md |
SKE Blog | Napong | Documentation in README.md |
Surasak Cow Farm | Tharit | https://yotharit.github.io/OOP2-PA6-Surasak-Cow-Farm/ |
Taxi Fare Estimator | Nitith | https://napnie.github.io/TaxiFareEstimateCalculator/ |
Terrarium | Jirayu, Wanchanapon | https://jirayul.github.io/Terrarium/ |
Visual Piano | Non, Varit | Documentation in README.md |
Every project should have documentation.
- README.md - first thing people see when they visit your Github project. It should contain:
- Describe what the project does
- Introduce interesting technology used
- Names of author(s)
- How to install and run project, or link to installation instructions
- Links to other libraries you use, and references you mention
- Link to your Github pages site (or other web home) if you have one
- Installation instructions - either in README.md, or another file with a link in README.md
- Source code should be commented, and written as best you can.
- (Optional) Github pages site for the project