The Prime NEWS website project is a dynamic platform using HTML, CSS, and JavaScript. It features real-time news API integration, search and filter options, user authentication, and performance optimization. The site is designed to be responsive, user-friendly, and secure.
To contribute to the Prime News repository, follow these steps:
Fork the Repository: Click on the "Fork" button on the repository's GitHub page to create a copy of the repository in your GitHub account.
Clone the repository: Clone the forked repository to your local machine using the following command in your terminal.
git clone https://github.com/<your-github-username>/Prime-News
Go to Prime-News Folder
cd Prime-News
Add a remote upstream:
git remote add upstream https://github.com/SuyashM10/Prime-News
Create a new branch: Create a new branch for your changes. Run the following command in your terminal.
git checkout -b <your-branch-name>
Make the desired changes: Make the desired changes to the source code.
git add <File1 changed> <File2 changed> ...
Commit your changes: Commit your changes with a meaningful commit message. Run the following command in your terminal.
git commit -m "<your-commit-message>"
Push your changes: Push your changes to your forked repository. Run the following command in your terminal
git push origin <your-branch-name>
Create a Pull Request:
Go to the GitHub page of your forked repository. You should see a prompt to create a pull request (PR). Click on it, compare the changes, and create the PR.