You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this project, I developed a web scraper that automatically collects news headlines, article links, authors, and timestamps from BBC & CNN. Using Python, BeautifulSoup, and Requests, the scraper first extracts headlines and URLs from the front page. Then, it visits each article to gather author names and publication times.
News App was built with next js and tailwind css. Using server side rendering to get data from CNN news api. Implementing authentication system using local storage so your data account is saved on your local browser not on the server. It is also responsive on any devices.