Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-priyanshu15 authored Dec 19, 2024
1 parent 28f5e0f commit 5556807
Showing 1 changed file with 43 additions and 1 deletion.
44 changes: 43 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# News App
# HaalSamachar

A modern React-based news application that provides a clean interface for browsing, searching, and bookmarking news articles.

Expand All @@ -11,6 +11,8 @@ A modern React-based news application that provides a clean interface for browsi
- **Responsive Design**: Optimized for both desktop and mobile viewing
- **Pagination**: Easy navigation through multiple pages of articles



## Tech Stack

- React
Expand All @@ -34,6 +36,42 @@ src/
└── utils/ # Helper functions and constants
```

## **Screenshots**

### **1. Main Page**
Displays the latest news articles with categories and a dynamic news feed.
![Main Page](https://i.postimg.cc/Qt5GGfrf/Screenshot-2024-12-19-182025.png)



---

### **2. Detailed Article Page**
View complete news articles with a clean and readable layout.
![Detailed Article](https://i.postimg.cc/0Q1XmxLC/Screenshot-2024-12-19-182255.png)




---

### **3. Search Results Page**
Search for articles by keywords and view highlighted results.
![Search Results](https://i.postimg.cc/gjXwWF2f/Screenshot-2024-12-19-182422.png)



---

### **4. Bookmark Page**
Save and revisit your favorite articles easily.
![Bookmark Page](https://i.postimg.cc/kX7rzNYy/Screenshot-2024-12-19-182159.png)




---

## Getting Started

1. Clone the repository
Expand All @@ -46,6 +84,7 @@ src/
npm run dev
```


## Main Components

- `Header`: Main navigation and search bar
Expand Down Expand Up @@ -82,10 +121,13 @@ The project uses modern React practices including:
- Component-based architecture
- Responsive design with Tailwind CSS


## Deployment

The application is configured for deployment on Vercel with the included `vercel.json` configuration file.



## Contributing

1. Fork the repository
Expand Down

0 comments on commit 5556807

Please sign in to comment.