Welcome to the simple app to fetch and display articles for doctors and other professionals seamlessly!
The app uses newest TypeScript with Tailwind CSS and is quite good adapted also for your mobile phone screen.
GraphQL was used fo data fetching.
The articles are sorted by date updated (descending order), as public_from a public_till attributes can be null. Also only those with shortcut "PL" are listed.
You can click on "Další stránka" if there are more articles (contents) to see.
This is a Next.js project bootstrapped with create-next-app.
npm installFirst, run the development server:
npm run devOpen http://localhost:3000 with your browser to see the result.
This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.
This project is very fresh, hence lots of improvements can be done, for example:
- parse fetched html safely to be nicely displayed
- improve responsiveness, use hamburger button for mobile screens for navigation
- improve the existing accessibility
- add unit/integration testing
- improve the components code structure
- fix warnings in browser console
- improve dark mode support and more!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.



