This project is a news feed application that allows users to view and interact with the latest news articles.
- Display a list of news articles
- Filter articles by category or topic
- Sort articles by date or popularity
- Allow users to save articles for later reading
- Provide a search functionality to find specific articles
- Clone the repository:
git clone https://github.com/jsldvr/news-feed.git
- Start the development server:
php -S localhost:8000
- Open the application in your web browser.
- Browse through the list of news articles.
- Use the filters and sorting options to customize your view.
- Share articles for later reading by clicking the "Share on 𝕏" button.
- Use the search bar to find specific articles.
Contributions are welcome! If you would like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature
- Make your changes and commit them:
git commit -m 'Add your feature'
- Push to the branch:
git push origin feature/your-feature
- Submit a pull request.
This project is licensed under the MIT License.
If you have any questions or suggestions, please feel free to contact the project maintainer.