Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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