Skip to content

Commit e711295

Browse files
requested changes
1 parent 65f6d12 commit e711295

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

donut-docs/donut-documentation/donut-frontend/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: This contains documentation related to frontend part of Social Platform Donut
33
---
44

5-
# Donut Backend
5+
# Donut Frontend
66

77
## Table of Contents
88

@@ -14,4 +14,6 @@ description: This contains documentation related to frontend part of Social Plat
1414

1515
{% page-ref page="contributing-to-donut-frontend.md" %}
1616

17+
{% page-ref page="design.md" %}
18+
1719
{% page-ref page="code-of-conduct.md" %}
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Design
2+
3+
User interface is created mainly using Bootsrap. However in the near future styling will be moved to the react material ui framework.
4+
5+
## Sign Up page
6+
7+
![enter image description here](https://image.prntscr.com/image/E98J06eYSU_lAryPogLdDw.png)
8+
9+
## Login page
10+
11+
![enter image description here](https://image.prntscr.com/image/_TbBhIylRQm7oLpZY8TT6A.png)
12+
13+
## Dashboard page
14+
15+
![enter image description here](https://image.prntscr.com/image/-bfVNQCORruJrsYxZjrkWA.png)
16+
17+
## Pinned Posts
18+
19+
![enter image description here](https://image.prntscr.com/image/VUl5DsX8RnitJHepLHJX1g.png)
20+
21+
## Profile as viewed by ourselves
22+
23+
![enter image description here](https://image.prntscr.com/image/LbYQQ9znQ-_pas0xJUeEhw.png)

0 commit comments

Comments
 (0)