Click on the buttons below to see the news from last week or in general. You may select a source from the list.
Technologies:
Frontend: React Hooks, SCSS, WordCloud, Bootstrap.
Backend: Node.js, Express, fs.
Before running this project install node modules in both folders with this command:
npm install
create .env file with this variable in backend folder:
API_KEY=
Get a key from this site:
https://newsapi.org/
Run backend:
node server
Run frontend:
npm start