Fullstack Fruit & Veg Shop: A web application developed with HTML, CSS, and JavaScript for the frontend, and Django for the backend. Features include user authentication, a product catalogue, shopping cart functionality, and order management. and much more
Enabled users to view the number of likes for a given page by clicking the heart icon emoji next to the 0 likes or the link itself.
Added the necessary HTML, CSS, and JavaScript to support this feature.
Created a new tabUtils.js file and refactored the tab-related functionality from subscription.js
into it, which is now used in blog.js and subcription.js.
Added comments to the functions, with more to come in future commits.
Updated the README.md to include instructions for using the local database.
No login required.
Navigate to the blog section via the navigation bar.
Click on any blog card.
Scroll down and click either the heart emoji next to the 0 likes label or the link itself.
The number of likes will be displayed.
The numbers are static but when the backend is implemented the numbers will be dynamic
heart icon
emoji next to the0 likes
or the link itself.tabUtils.js
file and refactored the tab-related functionality fromsubscription.js
into it, which is now used inblog.js
and subcription.js.README.md
to include instructions for using the local database.heart emoji
next to the0 likes
label or the link itself.The numbers are static but when the backend is implemented the numbers will be dynamic