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

https://github.com/emmanuel-sunmbola/log

continuation of PROJRCT-C-9
https://github.com/emmanuel-sunmbola/log

e-commerce-website

Last synced: 8 months ago
JSON representation

continuation of PROJRCT-C-9

Awesome Lists containing this project

README

          

# log

Hi welcome to my repository


Signup & login system


In this project



  1. I made a system to save customers information to a file after they signup

  2. Log in system added , now registered customers can visit protected page

  3. I've begun merging PROJECT-C-9 with the new signup and login system

  4. Admin page added (for adding product images, prices & description to the page without code)

  5. Admin page functional

  6. New customers information and post infromations will be saved to a database

  7. Duplicate emails & usernames won't be saved to the database

  8. Password verification successful


FEATURES TO BE EXPECTED



  1. I'm making a system to take orders from customers that are logged in

    • I will do this by adding a custom name to each buy button
      1. I underestimated the complexity of this idea so it will be a while before I finally complete it.


    • Then make a customer folder where every buy button's name will be saved

    • And the names and products to be bought will be displayed at the admin page




What I learnt while making this project



  • You can't include/require an entire folder , you have to loop through it's content

  • Splitting a project into smaller bits makes it easier to complete