This repo contains code for the News Explorer front end.
You can check layout (though with not-working logic as I took down backend hosting and reset News API key) version at Github Pages
Project enables news search through public News API and saving articles through tailor-made API.
Project contains three build configurations:
npm run dev
starts dev build in hot-reload modenpm run build
creates production build (minified, optimized, babelized)npm run deploy
deploys site at github pages
Package.json has fixed version for all npm modules.
- adaptive and responsive layout for all major resolutions
- two pages: main search and saved articles
- no .js code
- .js logic — app is now live