Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emmanuel-sunmbola/flowerlyfront
An e-commerce website for selling flowers
https://github.com/emmanuel-sunmbola/flowerlyfront
ecommerce javascript php scss
Last synced: about 2 months ago
JSON representation
An e-commerce website for selling flowers
- Host: GitHub
- URL: https://github.com/emmanuel-sunmbola/flowerlyfront
- Owner: EMMANUEL-SUNMBOLA
- Created: 2023-08-26T10:35:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-19T17:08:01.000Z (about 1 year ago)
- Last Synced: 2023-12-20T12:00:23.602Z (about 1 year ago)
- Topics: ecommerce, javascript, php, scss
- Language: PHP
- Homepage:
- Size: 9.62 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#FLOWERLY
An E-commerce website for selling flowers
Made using
- PHP
- JavScript
- SCSS
- SQlite3
STRUCTURING (walk through the code)
functions.php: contains every function used in the code, the functions names are self explanatory
Customer login/sigup are handled at login.php/signup.php
NOTE:
- Add event listeners do not work with buttons in a form so you either have to style a regular element or use onclick 🙃
- I'm trying to use D.R.Y method to make the codes more concise