https://github.com/jay1535/current
A dynamic and responsive News App built with React.js that keeps you updated with the latest headlines across various categories. Stay informed with a clean interface and fast-loading news articles.
https://github.com/jay1535/current
bootstrap reactjs
Last synced: 2 months ago
JSON representation
A dynamic and responsive News App built with React.js that keeps you updated with the latest headlines across various categories. Stay informed with a clean interface and fast-loading news articles.
- Host: GitHub
- URL: https://github.com/jay1535/current
- Owner: jay1535
- Created: 2024-12-21T17:48:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-24T14:34:13.000Z (over 1 year ago)
- Last Synced: 2025-06-28T10:42:52.335Z (about 1 year ago)
- Topics: bootstrap, reactjs
- Language: JavaScript
- Homepage:
- Size: 83 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📰 News App
**News App** is a **dynamic and responsive web application** built with **React.js** that keeps you updated with the latest headlines across various categories.
Stay informed with a clean interface and fast-loading news articles.
---
### 📚 Topics & Tech Stack
- ⚛️ **React.js** — Frontend library for building UI
- 🎨 **Bootstrap** — Responsive design & styling
- 🌐 News API (or your data source) — Fetching real-time news (if applicable)
---
### 🚀 Features
- ✅ Latest headlines from various categories
- ✅ Fast-loading and responsive UI
- ✅ Built with React functional components and hooks
- ✅ Styled with Bootstrap for a clean, mobile-friendly design
- ✅ Easily extendable with more categories and filters
---
### 🛠️ Getting Started
### 1️⃣ Clone the repository
```bash
git clone https://github.com/your-username/news-app.git
cd news-app
```
### 📦 Install Dependencies
To install all dependencies:
```bash
npm install
npm install react
npm install bootstrap
```
### 📄 `.env.local`
```env
REACT_APP_NEWS_API_KEY=your_api_key_here
```
### 🚀 Run Development Server
After installing dependencies and setting up your `.env.local`, start the development server:
```bash
npm start
```
### 👥 Authors & Acknowledgments
This project is developed and maintained by:
- **Jayant Habbu** — [@jay1535](https://github.com/jay1535)
Special thanks to:
- The developers of [React](https://react.dev/) and [Bootstrap](https://getbootstrap.com/) for providing the amazing tools that power this application.
- Everyone who has contributed ideas, feedback, and suggestions to improve the **News App**!