A simple React app that fetches and displays the most popular articles from the NY Times API. Each article can be viewed in detail by clicking on it, which opens a modal dialog.
- Fetch and display the most popular articles from the NY Times API.
- Click on an article to view more details in a modal dialog.
- Close the modal by clicking outside the modal content or on the close button.
- Loading indicator while fetching data.
- Error handling for network requests.
- Node.js (version 14 or higher)
- npm (version 6 or higher)
- Clone the repository:
git clone https://github.com/JanFlan/popular-articles-list.git cd popular-articles-list