A React.js based news app.
- NPM
- React.js
- TypeScript
- Context API
Avoided Redux.js because the project is small and minimal.
- Axios
Avoided fetch because Axios has better browser support.
- Gnews API
- OpenWeatherMap API
- Tailwind CSS
- Vite
- Search topics
- Sort by newest and oldest news
- Get news based on language
Tested for: English, Malayalam
- Infinite Scroll
Implemented feature, but new data will be duplicate of existing data since the pagination feature on API is paid.