Modern web application for displaying a news feed with infinite scroll and responsive design.
Deploy: https://zippy-toffee-c8968d.netlify.app
- React 19
- TypeScript
- Redux Toolkit
- Ant Design
- React Infinite Scroll
- Axios
- Vite
The application adapts to different screen sizes:
- Desktop (1280px+) - 3 news columns
- Tablet (720px-1279px) - 2 news columns
- Mobile (<720px) - 1 news column
Uses DummyJSON API for test data:
GET /posts?limit=10&skip={skip}
- get news list
npm install
npm run dev
npm run build
npm run preview