This is a web application that allows you to search for news articles using the News API. You can search for news on a variety of topics and get a list of articles matching your search criteria.
Follow these steps to get the project up and running on your local machine.
-
Clone the Repository:
Clone this repository to your local machine using your preferred method (HTTPS or SSH):
git clone https://github.com/yourusername/news-api-app.git
-
Navigate to the Project Directory::
cd news-api-app
-
Install Dependencies::
Install the project dependencies using npm or yarn:
npm install
or
yarn install
-
Run the Development Server::
Start the development server to run the application:
npm run dev
The application will be available at http://localhost:5173.
Copyright 2023 © Elisha Smile
This project is open-source and available under the MIT License.