Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nubisub/wengdevproject
Project Akhir Pemrograman Web
https://github.com/nubisub/wengdevproject
basic crud html-css-javascript php
Last synced: 11 days ago
JSON representation
Project Akhir Pemrograman Web
- Host: GitHub
- URL: https://github.com/nubisub/wengdevproject
- Owner: nubisub
- License: mit
- Created: 2022-03-23T05:48:00.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-24T16:10:10.000Z (over 2 years ago)
- Last Synced: 2024-11-06T01:12:44.744Z (about 2 months ago)
- Topics: basic, crud, html-css-javascript, php
- Language: HTML
- Homepage: https://nubisub.github.io/wengdevproject/
- Size: 50.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# [Cookfood : Mau Masak Apa Hari Ini](https://project.nubisub.xyz/)
[![wakatime](https://wakatime.com/badge/github/nubisub/webdevproject.svg)](https://wakatime.com/badge/github/nubisub/webdevproject) bruh
![HTML5](https://img.shields.io/badge/html5-%23E34F26.svg?style=for-the-badge&logo=html5&logoColor=white)
![CSS3](https://img.shields.io/badge/css3-%231572B6.svg?style=for-the-badge&logo=css3&logoColor=white)
![JavaScript](https://img.shields.io/badge/javascript-%23323330.svg?style=for-the-badge&logo=javascript&logoColor=%23F7DF1E)
![PHP](https://img.shields.io/badge/php-%23777BB4.svg?style=for-the-badge&logo=php&logoColor=white)
![MySQL](https://img.shields.io/badge/mysql-%2300f.svg?style=for-the-badge&logo=mysql&logoColor=white)CookFood merupakan website untuk menyimpan dan membagikan resep makanan atau minuman yang dibuat oleh pengguna. Pembuatan website ini terinspirasi secara tidak sengaja dari [YouTube recomendation](https://www.youtube.com/watch?v=xc4uOzlndAk&ab_channel=DevEd) , tetapi dalam tutorial tersebut menggunakan reactJS dan API dari [Spoonacular](https://spoonacular.com/) sedangkan dalam pembuatan website ini menggunakan HTML, CSS, JavaScript, PHP dan penyimpanan database menggunakan MySQL.
## Client Requirement
- [x] No Framework :(
- [x] CRUD
- [x] Minimum 10 dummy data
- [x] Search + Suggestion
- [x] SQL injection prevention
- [x] W3C Validator
- [x] JSHint
- [x] Homepage
- [x] Table
- [x] Form## Menu/Fitur tersedia (Deadline Pertama)
- [x] Home Page
- [x] Write Recipe
- [x] Explore Menu
- [x] Pricing
- [x] Login & Signup Page
- [x] Dark Mode
- [x] Open Graph Protocol## Menu/Fitur tersedia (Deadline Final)
- [x] Sign in
- [x] Sign up
- [x] Sign out
- [x] Create Recipe
- [x] Read (all or just user's recipe)
- [X] Update Recipe
- [x] Delete Recipe
- [X] Search Recipe with suggestion, with debounce
- [X] Visibility Recipe (Public or Private)## Inspirasi Style & UI/UX
- [Netlify](https://www.netlify.com/)
- [Airbnb](https://www.airbnb.com/)
- [UI/UX from dribble](https://dribbble.com/shots/15223754/attachments/6970440?mode=media)
- [Sign in Modal Box](https://dribbble.com/shots/3775046-Updated-Login-Modal-Window)
- [Cookpad](https://cookpad.com/id)
- [Algolia](https://www.algolia.com/)## Inspirasi Code
- [Searchbar](https://codepen.io/kmuenster/pen/XWWeQGw)
- [Dropdown](https://codepen.io/daddasoft/pen/MWrYQYe)
- [Shadow when Scroll](https://stackoverflow.com/questions/40967682/navbar-changing-to-add-shadow-on-scroll)
- [outside element click](https://codepen.io/blustemy/pen/QdjXaO)
- [outside element click](https://codepen.io/sean_smyth/pen/Lmyama)## Font & Icon
- [Google Font](https://fonts.google.com/)
- [Font Awesome](https://fontawesome.com/)
- [Favicon Generator](https://www.favicon-generator.org/)## Tools & Design
- Photoshop
- [CSS Shadow Generator](https://cssgenerator.org/box-shadow-css-generator.html)
- [CSS Gradient Background Generator](https://cssgradient.io/)
- [Glassmorphism Generator](https://hype4.academy/tools/glassmorphism-generator)
- [webp conversion and compression](https://ezgif.com/png-to-webp)
- [UglifyJS](https://www.npmjs.com/package/uglify-js)
- [clean-css](https://www.npmjs.com/package/clean-css)
- [Open Graph Meta Tags Generator](https://www.opengraph.xyz/)## Dokumentasi
![Home Page](dokumentasi/Web%20capture_8-6-2022_231220.jpeg)![Pricing](dokumentasi/Web%20capture_8-6-2022_231229.jpeg)
![Create Recipe](dokumentasi/Screenshot_3312.png)
![Menu Recipe](dokumentasi/Web%20capture_8-6-2022_23106.jpeg)
![View Recipe](dokumentasi/Web%20capture_8-6-2022_23148.jpeg)
![Login](dokumentasi/Screenshot_331.png)
Made with :kiss:
Keep It Simple Stupid