News Updates Website

Get world news directly from the desk of WSJ

A picture of dev Emmanuel

News Updatest is a website for getting up to date news in real time. For easy, News are segmented into different categories

This project was executed by me as one of my side projects to work with Nextjs and data fetching with SWR. I built the user interfaces using the Nextjs framework, and the data is powered by Wall Street Journals API.

One of the challenges I had working in this project was woking fully with the features of Nextjs without trying to undermine the concept of Nextjs by ringing in Reactjs where its not need. For instance, instead of fetching data with React's useEffect hook, I did it with the recommended Nextjs SWR library which is a very useful data fetching library especially when it comes to data fetching

View Project