This is a React-based web application for browsing and exploring news articles. Users can log in with their email and password, view news articles, and log out. The app also features responsive design and dark mode for a personalized experience.
- Users can log in using their email and password.
- Log out functionality is available.
- Users can toggle between light and dark modes for a personalized viewing experience.
- The app fetches news articles from a remote API.
- News articles are displayed as cards with images and content.
- Users can clear all news articles with a single click.
- The navigation bar allows users to log out.
- Users are redirected to the login page upon logout.
- The application is responsive and adapts to different screen sizes.
- React (Frontend)
- Redux Toolkit (State Management)
- Axios (HTTP Requests)
- NewsAPI (News Data)
- Material-UI (UI Components)