/news-react

News search engine where the stack uses vite, context API, the framework is made with UIo MUI material, it has a news search engine that can change the category, you can also select the news and read it.

Primary LanguageJavaScriptMIT LicenseMIT

News Search App

Example video

πŸ“— Table of Contents

πŸ“– About the Project

News Search React App is a web application built with React Vite and Context API. It allows users to search for news information by selecting a category and country of interest. The application incorporates form validations to ensure accurate selection. A loading indicator is displayed while fetching data from an external news API.

This app was created as part of the course "React - The Complete Guide: Hooks Context Redux MERN +15 Apps"!

πŸš€ Live Demo

Demo de la AplicaciΓ³n

(back to top)

πŸ›  Built With

Tech Stack

Cliente

πŸš€ Getting Started

To get a local copy up and running, follow these steps.

Setup

  1. Clone this repository to your desired folder:
git https://github.com/cilfonegabriel/news-react.git
cd news-react

### Install

After cloning the repo, navigate into it and install all the required packages with the following command:

```sh

### Install

After cloning the repo, navigate into it and install all the required packages with the following command:

```sh

npm install

Then just wait for everything to finish downloading.

Usage

Start the React app:

npm run dev

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

npm run eject

Deployment

You can deploy this project using:

npm run build

This project is deployed in Vercel.

See the section about deployment for more information.

(back to top)

πŸ‘₯ Authors

πŸ‘€ Gabriel -Cilfone

(back to top)

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

(back to top)

πŸ™ Acknowledgments

This app was created as part of the course "React - The Complete Guide: Hooks Context Redux MERN +15 Apps"!

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)