Skip to content

Commit b253c63

Browse files
committed
screenshots are added to readme
1 parent 0ebd70c commit b253c63

File tree

11 files changed

+66
-11
lines changed

11 files changed

+66
-11
lines changed

docs/README.de.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,4 +150,22 @@ Dieses Projekt hat derzeit keine externen Beiträge oder eine Lizenz.
150150

151151
## Projektvorschau
152152

153-
...
153+
### Home
154+
155+
![Home](../etc/preview_images/home.png)
156+
157+
### Home Mobile
158+
159+
![Home Mobile](../etc/preview_images/index_mobile.png)
160+
161+
### Create Post
162+
163+
![Create Post](../etc/preview_images/create_post.png)
164+
165+
### Post Detail
166+
167+
![Post Detail](../etc/preview_images/post_detail.png)
168+
169+
### Edit Post
170+
171+
![Edit Post](../etc/preview_images/post_edit.png)

docs/README.es.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,4 +150,22 @@ Este proyecto no cuenta con contribuciones externas ni licencia en este momento.
150150

151151
## Vista previa del proyecto
152152

153-
...
153+
### Home
154+
155+
![Home](../etc/preview_images/home.png)
156+
157+
### Home Mobile
158+
159+
![Home Mobile](../etc/preview_images/index_mobile.png)
160+
161+
### Create Post
162+
163+
![Create Post](../etc/preview_images/create_post.png)
164+
165+
### Post Detail
166+
167+
![Post Detail](../etc/preview_images/post_detail.png)
168+
169+
### Edit Post
170+
171+
![Edit Post](../etc/preview_images/post_edit.png)

docs/README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,4 +150,22 @@ This project currently does not include external contributions or a license.
150150

151151
## Project Preview
152152

153-
...
153+
### Home
154+
155+
![Home](../etc/preview_images/home.png)
156+
157+
### Home Mobile
158+
159+
![Home Mobile](../etc/preview_images/index_mobile.png)
160+
161+
### Create Post
162+
163+
![Create Post](../etc/preview_images/create_post.png)
164+
165+
### Post Detail
166+
167+
![Post Detail](../etc/preview_images/post_detail.png)
168+
169+
### Edit Post
170+
171+
![Edit Post](../etc/preview_images/post_edit.png)

etc/TODO List.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# TODO List
22

3-
1. Improve the CSS.
3+
1. ok - Improve the CSS.
44
2. Load the image to the input of this one when you edit a post because currently this one doesn't receive anything, so you don't have to load the same original image again from the client.
55
3. In the search panel, keep the search parameters when you search by word or tag.
66
4. Improve the notifications in terms of appearance on the screen and its aesthetics.
77
5. Improve the code nomenclature (like camelCase, snake_case, PascalCase).
88
6. Apply more the "DRY" development principle and/or Decentralize, Distribute, Delegate even more functions or tasks in the code.
9-
7. Improve the README and translate it into English and German.
10-
8. Take screenshots of the project and upload them to the README once an acceptable level of aesthetics has been reached.
9+
7. ok - Improve the README and translate it into English and German.
10+
8. ok - Take screenshots of the project and upload them to the README once an acceptable level of aesthetics has been reached.
1111
9. Apply the DRY principle for links to CSS files in HTML files.
1212
10. Do not allow the user to make more than one click on a button to avoid problems of duplicates or null elements.
13-
11. Improve the content of the posts to make them more realistic.
14-
12. Make the image of the post in my showPosts display correctly for different screen sizes.
13+
11. ok - Improve the content of the posts to make them more realistic.
14+
12. ok - Make the image of the post in my showPosts display correctly for different screen sizes.

etc/preview_images/create_post.png

90.5 KB
Loading

etc/preview_images/home.png

690 KB
Loading

etc/preview_images/home_mobile.png

501 KB
Loading

etc/preview_images/post_detail.png

437 KB
Loading

etc/preview_images/post_edit.png

409 KB
Loading

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
<link rel="stylesheet" href="src/styles/components/loader.css">
2424
<link rel="stylesheet" href="src/styles/components/loader-container.css">
2525

26+
<link rel="stylesheet" href="src/styles/components/post-card-container.css">
2627
<link rel="stylesheet" href="src/styles/components/post.css">
2728

2829

0 commit comments

Comments
 (0)