Welcome to the Express News App, the lightning-fast news platform built with the latest web technologies. Our app leverages the power of Next.js 14 and the News API to deliver real-time news updates from around the globe.
- Next.js 14: Utilizing the cutting-edge features of Next.js 14.
- News API Integration: Fetch and display news articles dynamically from the News API, ensuring fresh content with every visit.
- Responsive Design: Crafted with a mobile-first approach for an optimal viewing experience across all devices.
- SEO Optimized: Server-side rendering and static generation for better search engine visibility.
To get started with the Express News App, clone the repository and install the dependencies:
git clone https://github.com/adityai0/news-app.git
cd express-news-app
npm installRun the development server:
npm run devOpen http://localhost:3000 with your browser to see the result.
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
