Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shaikahmadnawaz/news-dashboard
Simple news application built with React that allows users to explore the latest headlines and articles.
https://github.com/shaikahmadnawaz/news-dashboard
news-dashboard react tailwindcss vercel
Last synced: 12 days ago
JSON representation
Simple news application built with React that allows users to explore the latest headlines and articles.
- Host: GitHub
- URL: https://github.com/shaikahmadnawaz/news-dashboard
- Owner: shaikahmadnawaz
- Created: 2023-10-29T08:42:23.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-30T16:12:31.000Z (about 1 year ago)
- Last Synced: 2024-04-09T14:46:10.179Z (7 months ago)
- Topics: news-dashboard, react, tailwindcss, vercel
- Language: JavaScript
- Homepage: https://insights-news-dashboard.vercel.app
- Size: 64.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# News Dashboard
This is a simple news application built with React that allows users to explore the latest headlines and articles.
[News Dashboard Live Demo ✨](https://insights-news-dashboard.vercel.app/)
## Getting Started
These instructions will help you set up and run the project on your local machine.
### Installation
1. Clone the repository to your local machine:
```bash
git clone https://github.com/shaikahmadnawaz/news-dashboard.git
```2. Navigate to the project directory:
```bash
cd news-dashboard
```3. Install the dependencies:
```bash
npm install
```4. Run the application:
```bash
npm run dev
```## Features
- Explore the latest headlines from various categories.
- Filter news by category.
- Search for articles by keyword.## Built With
- React - JavaScript library for building user interfaces.
- Axios- Promise-based HTTP client for making requests.
- Tailwind CSS - A utility-first CSS framework.
- Lucide React - Icon library.