A modern, responsive news aggregator for artificial intelligence news.
- Latest AI news from multiple categories
- Modern, responsive design
- Real-time news updates
- Category filtering
- Beautiful card layout with images
- Clone the repository:
git clone <your-repo-url>
cd landing_page
- Install dependencies:
npm install
- Create a
.env
file in the root directory and add your News API key:
REACT_APP_NEWS_API_KEY=your_api_key_here
- Start the development server:
npm start
This site is deployed on Netlify. To deploy your own version:
- Fork this repository
- Sign up for a free account on Netlify
- Connect your GitHub repository to Netlify
- Configure the build settings:
- Build command:
npm run build
- Publish directory:
build
- Build command:
- Add your News API key as an environment variable:
- Key:
REACT_APP_NEWS_API_KEY
- Value: Your API key from NewsAPI.org
- Key:
REACT_APP_NEWS_API_KEY
: Your News API key (required)
- React
- Material-UI
- News API
- Netlify for hosting
MIT