Skip to content

Leandro096/news-chanllenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Customizable News Aggregator App

Description

Customizable News Aggregator App is a web application that allows users to access real-time news from around the world and customize its preferences.

Features

  • Real-time news from various international sources.
  • Filter by categories (sports, technology, politics, etc.).
  • Custom news search.
  • User-friendly interface.

Technologies Used

  • Frontend: React, Redux
  • Backend: Node.js, Express
  • Database: MongoDB
  • Caching: Redis
  • API: News API

Installation

  1. Clone the repository:
git clone https://github.com/Leandro096/news-chanllenge.git
  1. Navigate to the project directory:
cd news-chanllenge

Usage

  1. Start the backend server:
cd news-chanllenge/server
npm install
npm run dev
  1. Start the frontend application:
cd news-chanllenge/client
npm install
npm run dev
  1. Ensure Redis is running:
redis-server
  1. Open your browser and go to http://localhost:5173.

Contribution

  1. Fork the project.
  2. Create a new branch (git checkout -b feature/new-feature).
  3. Make your changes and commit them (git commit -am 'Add new feature').
  4. Push your changes (git push origin feature/new-feature).
  5. Open a Pull Request.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

Contact

For any inquiries or suggestions, please contact [email protected].

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published