News Web App
- Sophie Adlen - Developer
- Elin Riihimäki - Developer
- Johan Tran - Developer
- Gabriel Kassarp - Developer
- This web application fetches and displays news from an external API source. Users can search for specific news, read full articles, and save their favorites for future reference.
- Clone this repository to your local machine using
git clone https://github.com/your-username/news-web-app.git - Navigate to the newly created directory using
cd news-web-app - Install all dependencies using
npm install axios - Start the application using
npm start
- JavaScript is used for application logic.
- Axios is used to make HTTP requests to the API.
- UUID is used to generate unique identifiers.
- HTML and CSS are used to render the web page.
- Upon starting the application, a list of the latest news is displayed.
- Use the search field to search for specific news by entering search terms and pressing Enter.
- Click on a news item to read the full article on the original source.
- To save a news item as a favorite, click on the bookmark icon next to the news item.
- To view your saved favorites, click on "Favorites" in the menu.