Skip to content

Commit

Permalink
added a table of contents to this issue's doc -fixes #73
Browse files Browse the repository at this point in the history
  • Loading branch information
mennamamdouh committed May 7, 2023
1 parent ba51b25 commit 1028801
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion ...roject-Documentation/Software/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@
<hr>

## Table of Contents ##

* [Introduction](#introduction)
* [Sign-up Page](#sign-up-page)
* [Log-in Page](#log-in-page)
* [Update Profile](#update-profile-page)
* [Shop Page](#shop-page)
* [Orders Page](#orders-page)
* [Contact Page](#contact-page)
* [Search Page](#search-page)

<hr>

## Introduction ##

Each page on the website needs a link between the customer and the system's database in order to store all the information we need as well as make the shopping process easier to the user.
Expand Down Expand Up @@ -217,4 +230,4 @@ SELECT * FROM Products WHERE LOWER(ProductName) LIKE LOWER('%{$search_box}%');
<img src="images/web-application-back-end/Search.png">
</p>

<hr>
<hr>

0 comments on commit 1028801

Please sign in to comment.