Fortnightly https://news-ipp.netlify.app/
- The data fetched in listing page (i.e home page ) is used in description page (i.e article page)
- Used Preact, Redux/Redux Thunk for the project.
- The API used the project are dummy they are simuleted using setTimeout.
-
Home screen / Listing Page
-
Navigation for Home screen to Article screen
-
Article Page
clone the project and run npm install
after installation run npm start
it will automatically open the browser with url localhost:8080
the project will be visible there.