Read this in other languages: English, Русский
News Analyzer – service for analyzing the events taking place in the world. Its task is to establish how popular news on a particular topic is.
- Find up to 100 news
- Analyze how often this news has been posted in the last week
- The current request is stored in localstorage (you can safely follow any links and close the site)
- HTML
- CSS
- JavaScript
⚠️ Warning: it may take some time to install the project. If you just want to view the site, go to try it section
To install the project on your computer, you will need npm. You can download it from the official website:
Step 1. Download this repository
Step 2. Open folder with project using one of the terminals (for example, integrated terminal in VS Code)
Step 3. Enter these commands one at a time
npm install
npm run dev