aconews

Welcome to the final stage of the Acowale recruitment process! In this machine test, you are tasked with building a responsive news app called ACONEWS. The app will fetch and display news from the GNews API (using the free tier). The project involves frontend design, backend integration, and deployment on Firebase.

Stars
0

ACONEWS

Introduction

ACONEWS is a news aggregator app built using Next.js, React, and Tailwind CSS. It provides a user-friendly interface for accessing latest news articles from various sources, including GNews.io, The New York Times, and The Guardian. The app is designed to be responsive and accessible, ensuring a seamless user experience across different devices.

Features

  • Fetches news articles from GNews.io API
  • Displays articles in a grid layout
  • Provides search functionality for finding specific articles
  • Uses Tailwind CSS for styling
  • Optimized for mobile and desktop devices

Installation

To get started with ACONEWS, follow these steps:

  1. Clone the repository:
git clone https://github.com/badhon252/ACONEWS.git
  1. Install dependencies:
npm install
  1. Run the development server:
npm run dev
  1. Open your browser and navigate to http://localhost:3000 to view the app.

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request on the GitHub repository.

License

This project is licensed under the MIT License. See the LICENSE file for more information.