SiddharthBahuguna / NEWS-AGGREGATOR-PROJECT

The news aggregator project aims to create a centralized platform that curates and organizes news articles and updates from various sources across the internet. It is being developed to address the growing need for a consolidated and user-friendly platform that offers reliable and diverse news content
https://newsonion.onrender.com
MIT License
32 stars 56 forks source link

NEWS-AGGREGATOR-PROJECT

Overview ✳️

The news aggregator project aims to create a centralized platform that curates and organizes news articles and updates from various sources across the internet. It is being developed to address the growing need for a consolidated and user-friendly platform that offers reliable and diverse news content.

Features 😱

Steps For Contribution⚡

  1. Star ⭐

  2. Fork

  3. Clone the forked repository.

    git clone https://github.com/<your-github-username>/NEWS-AGGREGATOR-PROJECT.git
  4. Navigate to the project directory.

    cd NEWS-AGGREGATOR-PROJECT
  5. Install virtualenv library

    pip install virtualenv
  6. Create virtual environment

    virtualenv venv
  7. Activate virtual environment

  1. Install required dependencies

    pip install -r requirements.txt
  2. Create a new branch.

    git checkout -b <your_branch_name>
  3. Make changes.

  4. Stage your changes and commit

    
    git add -A

git commit -m ""


11. Push your local commits to the remote repo.
```bash
git push -u origin <your_branch_name>
  1. Create a Pull Request.

  2. Congratulations! 🎉 you've made your contribution.