Customizable News Aggregator App is a web application that allows users to access real-time news from around the world and customize its preferences.
- Real-time news from various international sources.
- Filter by categories (sports, technology, politics, etc.).
- Custom news search.
- User-friendly interface.
- Frontend: React, Redux
- Backend: Node.js, Express
- Database: MongoDB
- Caching: Redis
- API: News API
- Clone the repository:
git clone https://github.com/Leandro096/news-chanllenge.git
- Navigate to the project directory:
cd news-chanllenge
- Start the backend server:
cd news-chanllenge/server
npm install
npm run dev
- Start the frontend application:
cd news-chanllenge/client
npm install
npm run dev
- Ensure Redis is running:
redis-server
- Open your browser and go to
http://localhost:5173
.
- Fork the project.
- Create a new branch (
git checkout -b feature/new-feature
). - Make your changes and commit them (
git commit -am 'Add new feature'
). - Push your changes (
git push origin feature/new-feature
). - Open a Pull Request.
This project is licensed under the MIT License. See the LICENSE file for more details.
For any inquiries or suggestions, please contact [email protected].