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
- Host: GitHub
- URL: https://github.com/emmanuel-sunmbola/log
- Owner: EMMANUEL-SUNMBOLA
- Created: 2023-02-23T00:55:04.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-03T14:11:30.000Z (over 2 years ago)
- Last Synced: 2025-01-13T01:12:52.972Z (9 months ago)
- Topics: e-commerce-website
- Language: PHP
- Homepage:
- Size: 12.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# log
Hi welcome to my repository
Signup & login system
In this project
- I made a system to save customers information to a file after they signup
- Log in system added , now registered customers can visit protected page
- I've begun merging PROJECT-C-9 with the new signup and login system
- Admin page added (for adding product images, prices & description to the page without code)
- Admin page functional
- New customers information and post infromations will be saved to a database
- Duplicate emails & usernames won't be saved to the database
- Password verification successful
FEATURES TO BE EXPECTED
- 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
- 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