Skip to content

Commit

Permalink
add images to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JVGS1111 committed Aug 7, 2024
1 parent d83adff commit 373085c
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ News Agreggator

## About

- [News Agreggator](https://news-aggregator-web-app.vercel.app/) is a project that aggregates news from various places in one place, made with love and nextJs
- [News Agreggator](https://news-aggregator-web-app.vercel.app/) is a project that aggregates news from various places in one place, made with love, nextJs and Tailwindcss.
The project has Lint and also uses Prettier to format Tailwindcss classes. Install the extensions to get the most out of it.

## Getting Started

Expand Down Expand Up @@ -37,4 +38,16 @@ There are some unit test, if you want to run them, execute:
npm run test
```

## Overview

The most recent posts from each provider are displayed on the home page, they were loaded server-side and are cached for 30 minutes
![Home](assets/home.png)

By clicking on the header search bar you can search for an article.
![Dialog](dialog/dialog.png)

By clicking on the 'News Feed' tab you will be redirected to the user's feed. The user can edit preferences on this screen.
![Dialog](assets/news_feed.png)
![Dialog](assets/preferences.png)

#neverstoplearning
Binary file added assets/dialog.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/home.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/news_feed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/preferences.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 373085c

Please sign in to comment.