The user interface of a news aggregator website fetches articles from diverse sources. Users can search articles by keywords and refine results by date, category, and source. Furthermore, users can personalize their news feeds. The website is designed for optimal viewing on mobile devices.
- nextJs
- reactJs
- redux(RTKQuery)
- ant design
- Docker
- Clone the Repository
- Navigate to Project Directory
- Build the Docker Image : Build the Docker image using the provided Dockerfile.
docker build -t news .
- Run the Docker Container
docker run -d -p 3000:3000 news
- Access the Application : localhost:3000