Welcome to the Daily Tech News project! This website delivers the latest tech news, automatically updated every day through API requests. Built with HTML, CSS, and JavaScript, it provides users with a streamlined way to stay informed on tech trends and happenings.
- Dynamic News Updates: Fetches daily tech news articles automatically.
- Clean UI: Built with HTML and CSS for an intuitive and visually pleasing user experience.
- API Integration: JavaScript dynamically retrieves and displays the latest articles from the API.
- Optimized for Performance: Asynchronous JavaScript ensures smooth loading without page reloads.
- HTML: Structure and layout of the app.
- CSS: Styling and responsive design.
- JavaScript: API requests, data handling, and dynamic content rendering.
To set up and run this project locally, follow these steps:
- Clone the repository:
git clone https://github.com/Sohamshah03/Dynamic-Tech-News-using-API.git
- Open the project folder:
cd Dynamic-Tech-News-using-API
- Open
index.html
fromHTML
folder in your browser to view the website.
- The app fetches new articles each day, ensuring content is up-to-date.
- Users can browse tech news in a visually clean and accessible format.
- This project uses NEWS API to fetch tech news articles.
- Visit API Documentation Link for more information on API usage and limits.
- Customizable News Categories: Allow users to select other news categories (e.g., sports, health).
- Search Functionality: Implement a search bar for easier navigation of articles.
- Bookmark Feature: Let users save articles for later reading.