This repository contains a project focusing on practicing JavaScript concepts such as Ajax requests, localStorage usage, DOM manipulation, and event listeners. The project uses the News API to fetch news articles and display them dynamically on a webpage.
- HTML
- CSS
- JavaScript
- Ajax (fetch API)
- localStorage
- DOM manipulation
- Event listeners
The "newsWeb" project helped me practice fundamental JavaScript skills by building a simple news application. It demonstrates how to use Ajax (fetch API) to fetch data from the News API, store data locally using localStorage, manipulate the DOM to render news articles dynamically, and implement event listeners for user interactions.