A full-stack web application that displays the latest news articles from various tech websites
Latest Tech News App
This is a full-stack web application that displays the latest news articles from various tech websites. The app allows users to read the latest tech news articles from popular websites without having to navigate to each website individually.
Features
- Display latest news articles from popular tech websites
- Easy to use interface
- Read articles directly from the app
- Open articles in new tab
- Search for specific articles
Server-side Setup
- Clone the repository:
git clone https://github.com/kabirsingh2004/react-news-app.git
- Navigate to the project directory:
cd react-news-app/server
- Install dependencies:
npm install
- Start the server:
npm run dev
Client-side Setup
- Navigate to the project directory:
cd react-news-app/client
- Install dependencies:
npm install
- Go to src/App.jsx and change
API_BASE_URL
to Your Server Side API Url - Start the client:
npm run dev
Technologies Used
- Node.js
- Express.js
- React.js
- Axios
- Moment.js
- Cheerio
- Node-Cache
- Cors
- React-icons
- Vite
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.